From 30e2ab8e0faac96548fc681b608a0f96f77985a1 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Wed, 26 Dec 2012 11:52:05 -0330 Subject: DB/SCRIPTS: Fix text for High Botanist Freywinn and remove creature_ai_texts. --- .../Outland/TempestKeep/botanica/boss_high_botanist_freywinn.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/scripts/Outland/TempestKeep/botanica/boss_high_botanist_freywinn.cpp b/src/server/scripts/Outland/TempestKeep/botanica/boss_high_botanist_freywinn.cpp index 4288061860e..53277afdc54 100644 --- a/src/server/scripts/Outland/TempestKeep/botanica/boss_high_botanist_freywinn.cpp +++ b/src/server/scripts/Outland/TempestKeep/botanica/boss_high_botanist_freywinn.cpp @@ -31,7 +31,9 @@ enum eSays SAY_AGGRO = 0, SAY_KILL = 1, SAY_TREE = 2, - SAY_DEATH = 3 + SAY_SUMMON = 3, + SAY_DEATH = 4, + SAY_OOC_RANDOM = 5, }; enum eSpells -- cgit v1.2.3