mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
EVENT_DEATH for PlayerQuests
This commit is contained in:
parent
04bad157f5
commit
cb01d245e6
@ -1445,6 +1445,7 @@ void Client::Death(Mob* killerMob, int32 damage, uint16 spell, SkillType attack_
|
||||
SetHorseId(0);
|
||||
dead = true;
|
||||
|
||||
parse->EventPlayer(EVENT_DEATH, this, "", 0);
|
||||
|
||||
if (killerMob != NULL)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user