public
Description: WoW Addon - Prospecting and Disenchanting Aide
Homepage: http://www.tekkub.net
Clone URL: git://github.com/tekkub/panda.git
Click here to lend your support to: panda and make a donation at www.pledgie.com !
Panda - Don't fix autoloot if the user has it disabled

git-svn-id: http://tekkub-wow.googlecode.com/svn/trunk/Panda@438 
86fe6d9a-1522-0410-a387-bf9db416f0a0
tekkub (author)
Wed Jun 13 22:52:21 -0700 2007
commit  2f2736985a0e88b77cd08125cbc55219d484cc23
tree    233f5bf460c43364557af20aaecffd87d81e0515
parent  08d36c6960c5f200092f930738cc03347f98d716
...
26
27
28
29
 
30
31
32
...
26
27
28
 
29
30
31
32
0
@@ -26,7 +26,7 @@ end
0
 
0
 local LootOpenedTime = 0
0
 function Panda:LOOT_OPENED()
0
- if (GetTime() - LootOpenedTime) < 1 then return end
0
+ if not GetAutoLootDefault() or ((GetTime() - LootOpenedTime) < 1) then return end
0
   LootOpenedTime = GetTime()
0
 
0
   for slot=1,GetNumLootItems() do if not IsPandaItem(slot) then return end end

Comments

    No one has commented yet.