View Single Post
07-08-10, 01:31 PM   #11
hairy_palms
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 25
way to stop it running every single time u update the bags is something like

Code:
if event == "BAG_UPDATE" then
		yourframename:UnRegisterEvent("BAG_UPDATE")
	end
at the end of the loop
  Reply With Quote