diff options
| author | trinity@raven.vcon.no <none@none> | 2010-04-10 09:41:25 +0200 |
|---|---|---|
| committer | trinity@raven.vcon.no <none@none> | 2010-04-10 09:41:25 +0200 |
| commit | 8bb3b394957f8e3edeb00f68812a997e59bd56d3 (patch) | |
| tree | 3cd3c50e9049154188a34c6f8c5d8e8fd5c21f0d /src/scripts/outland/zangarmarsh.cpp | |
| parent | 1f11f02221dc986036bd9d15c15fee1c7cc661f0 (diff) | |
* correct worldside NPC texts - patch by terrorbringer (more cleanup needed?)
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/outland/zangarmarsh.cpp')
| -rw-r--r-- | src/scripts/outland/zangarmarsh.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/scripts/outland/zangarmarsh.cpp b/src/scripts/outland/zangarmarsh.cpp index 7cd54e303b4..c4b620eb92e 100644 --- a/src/scripts/outland/zangarmarsh.cpp +++ b/src/scripts/outland/zangarmarsh.cpp @@ -267,12 +267,12 @@ bool GossipSelect_npc_mortog_steamhead(Player* pPlayer, Creature* pCreature, uin enum eKayra { - SAY_START = -1000360, - SAY_AMBUSH1 = -1000361, - SAY_PROGRESS = -1000362, - SAY_AMBUSH2 = -1000363, - SAY_NEAR_END = -1000364, - SAY_END = -1000365, //this is signed for 10646 + SAY_START = -1000343, + SAY_AMBUSH1 = -1000344, + SAY_PROGRESS = -1000345, + SAY_AMBUSH2 = -1000346, + SAY_NEAR_END = -1000347, + SAY_END = -1000348, //this is signed for 10646 QUEST_ESCAPE_FROM = 9752, NPC_SLAVEBINDER = 18042 |
