Mercurial > wow > breuesk
comparison Looting.lua @ 79:7b8fcea357d2
Rolls are active
author | John@Yosemite-PC |
---|---|
date | Thu, 12 Apr 2012 23:50:56 -0400 |
parents | 5b507f4125d4 |
children | 62805e6b46c5 |
comparison
equal
deleted
inserted
replaced
78:5b507f4125d4 | 79:7b8fcea357d2 |
---|---|
79 end | 79 end |
80 return | 80 return |
81 end | 81 end |
82 if getn(staterolls) > 0 then | 82 if getn(staterolls) > 0 then |
83 if FreeLoot(item,staterolls[1]) then | 83 if FreeLoot(item,staterolls[1]) then |
84 lref:SuicidePerson(staterolls[1].value) | 84 --lref:SuicidePerson(staterolls[1].value) |
85 else | 85 else |
86 printf("Could not suicide %s for item; they are ineligible or offline",staterolls[1].textPlain) | 86 printf("Could not suicide %s for item; they are ineligible or offline",staterolls[1].textPlain) |
87 end | 87 end |
88 return | 88 return |
89 end | 89 end |