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/eastern_kingdoms/westfall.cpp | |
| parent | 1f11f02221dc986036bd9d15c15fee1c7cc661f0 (diff) | |
* correct worldside NPC texts - patch by terrorbringer (more cleanup needed?)
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/eastern_kingdoms/westfall.cpp')
| -rw-r--r-- | src/scripts/eastern_kingdoms/westfall.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/scripts/eastern_kingdoms/westfall.cpp b/src/scripts/eastern_kingdoms/westfall.cpp index c5e72109006..82d49e09851 100644 --- a/src/scripts/eastern_kingdoms/westfall.cpp +++ b/src/scripts/eastern_kingdoms/westfall.cpp @@ -35,11 +35,11 @@ EndContentData */ enum eEnums { - SAY_DS_START = -1000402, - SAY_DS_DOWN_1 = -1000403, - SAY_DS_DOWN_2 = -1000404, - SAY_DS_DOWN_3 = -1000405, - SAY_DS_PROLOGUE = -1000406, + SAY_DS_START = -1000293, + SAY_DS_DOWN_1 = -1000294, + SAY_DS_DOWN_2 = -1000295, + SAY_DS_DOWN_3 = -1000296, + SAY_DS_PROLOGUE = -1000297, SPELL_SHOOT = 6660, QUEST_TOME_VALOR = 1651, |
