diff options
author | Spp <none@none> | 2010-04-10 18:38:07 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-04-10 18:38:07 +0200 |
commit | acdc0eca175b3d7e7b3a0e8fb0ddb4d77c556aa8 (patch) | |
tree | 91ca971ec92f12752bc0300ffa25594d2b817c63 /src/scripts/outland/nagrand.cpp | |
parent | 9d3c7c4ab0c9eb55970c12f6818c7f8e6d9ec2f2 (diff) |
* Correct worldside NPC texts, by terrorbringer
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/outland/nagrand.cpp')
-rw-r--r-- | src/scripts/outland/nagrand.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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." |