aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTecDian <TecDian@users.noreply.github.com>2017-05-14 11:30:02 +0200
committerShauren <shauren.trinity@gmail.com>2017-05-14 11:30:02 +0200
commit4b8644d6e6581f13dcb2a965ce77a846017c1431 (patch)
tree7ea92fa11f201bb9cd50ea9f314d5f7e60b99418 /src
parent6e3a48c873079cc33655b48777c5a0c86ba70bb2 (diff)
Scripts/Events: Add missing line for "Love is in the air" boss fight (#19521)
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp b/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp
index 485c7b3d6a5..35c1d2d37c2 100644
--- a/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp
+++ b/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp
@@ -53,6 +53,7 @@ enum ApothecarySays
SAY_CALL_BAXTER = 3,
SAY_CALL_FRYE = 4,
SAY_HUMMEL_DEATH = 5,
+ SAY_SUMMON_ADDS = 6,
SAY_BAXTER_DEATH = 0,
SAY_FRYE_DEATH = 0
};
@@ -220,6 +221,7 @@ class boss_apothecary_hummel : public CreatureScript
events.ScheduleEvent(EVENT_PERFUME_SPRAY, Milliseconds(3640));
events.ScheduleEvent(EVENT_CHAIN_REACTION, Seconds(15));
+ Talk(SAY_SUMMON_ADDS);
std::vector<Creature*> trashs;
me->GetCreatureListWithEntryInGrid(trashs, NPC_CROWN_APOTHECARY);
for (Creature* crea : trashs)