mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 11:31:30 +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);
|
SetHorseId(0);
|
||||||
dead = true;
|
dead = true;
|
||||||
|
|
||||||
|
parse->EventPlayer(EVENT_DEATH, this, "", 0);
|
||||||
|
|
||||||
if (killerMob != NULL)
|
if (killerMob != NULL)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user