View Single Post
04-28-10, 04:58 AM   #1
alimjocox
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Oct 2009
Posts: 96
updating minimapmailicon.

Code:
	if HasNewMail() then
		for i = 1, GetInboxNumItems() do
			AutoLootMailItem(i);
		end
	end
im using this atm. works fine takes all the mail no worries. but the minimap new mail indicator doesnt move for a while. anyone got any ideas? i've looked through the API and event functions but i couldnt find anything to help me. so i put it to you who are far more adept cheers
  Reply With Quote