From acdc0eca175b3d7e7b3a0e8fb0ddb4d77c556aa8 Mon Sep 17 00:00:00 2001 From: Spp Date: Sat, 10 Apr 2010 18:38:07 +0200 Subject: * Correct worldside NPC texts, by terrorbringer --HG-- branch : trunk --- src/scripts/outland/blades_edge_mountains.cpp | 10 +++++----- src/scripts/outland/nagrand.cpp | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/scripts/outland') diff --git a/src/scripts/outland/blades_edge_mountains.cpp b/src/scripts/outland/blades_edge_mountains.cpp index 2725d7b66d5..1b83336622f 100644 --- a/src/scripts/outland/blades_edge_mountains.cpp +++ b/src/scripts/outland/blades_edge_mountains.cpp @@ -71,11 +71,11 @@ CreatureAI* GetAI_mobs_bladespire_ogre(Creature* pCreature) enum eNetherdrake { - SAY_NIHIL_1 = -1000396, //signed for 5955 - SAY_NIHIL_2 = -1000397, //signed for 5955 - SAY_NIHIL_3 = -1000398, //signed for 5955 - SAY_NIHIL_4 = -1000399, //signed for 20021, used by 20021,21817,21820,21821,21823 - SAY_NIHIL_INTERRUPT = -1000400, //signed for 20021, used by 20021,21817,21820,21821,21823 + SAY_NIHIL_1 = -1000169, //signed for 5955 + SAY_NIHIL_2 = -1000170, //signed for 5955 + SAY_NIHIL_3 = -1000171, //signed for 5955 + SAY_NIHIL_4 = -1000172, //signed for 20021, used by 20021,21817,21820,21821,21823 + SAY_NIHIL_INTERRUPT = -1000173, //signed for 20021, used by 20021,21817,21820,21821,21823 ENTRY_WHELP = 20021, ENTRY_PROTO = 21821, diff --git a/src/scripts/outland/nagrand.cpp b/src/scripts/outland/nagrand.cpp index d680f672495..2d467ae7105 100644 --- a/src/scripts/outland/nagrand.cpp +++ b/src/scripts/outland/nagrand.cpp @@ -82,10 +82,10 @@ CreatureAI* GetAI_mob_shattered_rumbler(Creature* pCreature) #define SPELL_VISUAL_SLEEP 16093 #define SPELL_SPEAR_THROW 32248 -#define LUMP_SAY0 -1000293 -#define LUMP_SAY1 -1000294 +#define LUMP_SAY0 -1000190 +#define LUMP_SAY1 -1000191 -#define LUMP_DEFEAT -1000295 +#define LUMP_DEFEAT -1000192 #define GOSSIP_HL "I need answers, ogre!" #define GOSSIP_SL1 "Why are Boulderfist out this far? You know that this is Kurenai territory." -- cgit v1.2.3