Code: Select all
return self:onPartyDeath(self, src)
Code: Select all
return self:onPartyDeath(src)
EDIT2: Oh, and I bet this is is why the nice new death tooltip on the web character dumps shows the player as being the source of death.
Moderator: Moderator
Code: Select all
return self:onPartyDeath(self, src)
Code: Select all
return self:onPartyDeath(src)
<DarkGod> lets say it's intended