From cb01d245e6b6e06c013a11036255bbc7e521b1d7 Mon Sep 17 00:00:00 2001 From: KimLS Date: Mon, 18 Feb 2013 19:22:07 -0800 Subject: [PATCH 1/2] 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) { From e36eefc0602fbb6a2152422aff14e25e44474da0 Mon Sep 17 00:00:00 2001 From: KimLS Date: Mon, 18 Feb 2013 19:23:27 -0800 Subject: [PATCH 2/2] EVENT_DEATH changelog --- changelog.txt | 1 + 1 file changed, 1 insertion(+) 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