From cb01d245e6b6e06c013a11036255bbc7e521b1d7 Mon Sep 17 00:00:00 2001 From: KimLS Date: Mon, 18 Feb 2013 19:22:07 -0800 Subject: [PATCH] EVENT_DEATH for PlayerQuests --- zone/attack.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/zone/attack.cpp b/zone/attack.cpp index 20ca69426..89f4ef109 100644 --- a/zone/attack.cpp +++ b/zone/attack.cpp @@ -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) {