Thread Tools Display Modes
09-24-14, 05:00 AM   #21
Tntdruid
Premium Member
 
Tntdruid's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 55
All Works 100% now whit this code:

Lua Code:
  1. elseif event == "MAIL_INBOX_UPDATE" then
  2.     if Accountant_DetectAhMail() then
  3.         Accountant_Mode = "AH"
  4.         else
  5.         Accountant_Mode = "MAIL"
  6.     end

Thanks so much for your help Duugu
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Detect mail from ah


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off