diff --git a/changelog.txt b/changelog.txt index d5080e8b3..5481e663a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ Bad_Captain: Moved merc save to merc table, save merc buffs, added cure and rez JJ: Chat garbled for drunk characters. Derision: Charmed pets should no longer be targettable with F8. Charmed pets no longer get a surname of Soandso's Pet. demonstar55: Added potionbelt tool tip +KLS: Added EVENT_DEATH to Player Quests REQUIRED SQL: 2013_02_18_Merc_Rules_and_Tables.sql OPTIONAL SQL: 2013_02_18_Merc_Spells.sql diff --git a/zone/attack.cpp b/zone/attack.cpp index 7e647734d..8260d68f3 100644 --- a/zone/attack.cpp +++ b/zone/attack.cpp @@ -1441,6 +1441,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) {