mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
EVENT_DEATH for PlayerQuests
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user