diff options
Diffstat (limited to 'src/scripts/outland/shadowmoon_valley.cpp')
-rw-r--r-- | src/scripts/outland/shadowmoon_valley.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/scripts/outland/shadowmoon_valley.cpp b/src/scripts/outland/shadowmoon_valley.cpp index 0606dda09b7..0e2eb34f0fe 100644 --- a/src/scripts/outland/shadowmoon_valley.cpp +++ b/src/scripts/outland/shadowmoon_valley.cpp @@ -651,25 +651,25 @@ bool QuestAccept_npc_karynaku(Player* pPlayer, Creature* /*pCreature*/, Quest co #define SPELL_THREE 40216 // Dragonaw Faction #define SPELL_FOUR 42016 // Dragonaw Trasform -#define OVERLORD_SAY_1 -1000206 -#define OVERLORD_SAY_2 -1000207 -#define OVERLORD_SAY_3 -1000208 //signed for 28315 -#define OVERLORD_SAY_4 -1000209 -#define OVERLORD_SAY_5 -1000210 -#define OVERLORD_SAY_6 -1000211 +#define OVERLORD_SAY_1 -1100206 +#define OVERLORD_SAY_2 -1100207 +#define OVERLORD_SAY_3 -1100208 //signed for 28315 +#define OVERLORD_SAY_4 -1100209 +#define OVERLORD_SAY_5 -1100210 +#define OVERLORD_SAY_6 -1100211 #define OVERLORD_YELL_1 -1000212 #define OVERLORD_YELL_2 -1000213 -#define LORD_ILLIDAN_SAY_1 -1000214 -#define LORD_ILLIDAN_SAY_2 -1000215 -#define LORD_ILLIDAN_SAY_3 -1000216 -#define LORD_ILLIDAN_SAY_4 -1000217 -#define LORD_ILLIDAN_SAY_5 -1000218 -#define LORD_ILLIDAN_SAY_6 -1000219 -#define LORD_ILLIDAN_SAY_7 -1000220 +#define LORD_ILLIDAN_SAY_1 -1100214 +#define LORD_ILLIDAN_SAY_2 -1100215 +#define LORD_ILLIDAN_SAY_3 -1100216 +#define LORD_ILLIDAN_SAY_4 -1100217 +#define LORD_ILLIDAN_SAY_5 -1100218 +#define LORD_ILLIDAN_SAY_6 -1100219 +#define LORD_ILLIDAN_SAY_7 -1100220 -#define YARZILL_THE_MERC_SAY -1000221 +#define YARZILL_THE_MERC_SAY -1100221 struct npc_overlord_morghorAI : public ScriptedAI { |