diff options
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, |