diff options
author | Gacko <gacko28@gmx.de> | 2012-11-26 23:13:56 +0100 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2012-11-26 23:13:56 +0100 |
commit | 3bfce150192ed68a5b130122a4fa852b4376923b (patch) | |
tree | d464fd9874a4903c3414b9f6b96b9ba54287766a /src | |
parent | 7accb42cc4e6959586dd783c2b3a542faf1f2018 (diff) |
Core/DB: Corrections for creature text conversion
Diffstat (limited to 'src')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp b/src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp index 5d9df239870..1ec0eda171c 100644 --- a/src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp +++ b/src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp @@ -34,7 +34,7 @@ EndScriptData */ enum eEnums { SAY_BOSS_DIE_AD = 0, - SAY_BOSS_DIE_AS = 0, + SAY_BOSS_DIE_AS = 3, SAY_ARCHMAGE = 0, NPC_ASH = 3850, diff --git a/src/server/scripts/EasternKingdoms/ZulGurub/boss_jindo.cpp b/src/server/scripts/EasternKingdoms/ZulGurub/boss_jindo.cpp index 10df778eb7f..844a2b16800 100644 --- a/src/server/scripts/EasternKingdoms/ZulGurub/boss_jindo.cpp +++ b/src/server/scripts/EasternKingdoms/ZulGurub/boss_jindo.cpp @@ -29,7 +29,7 @@ EndScriptData */ enum Jindo { - SAY_AGGRO = 0, + SAY_AGGRO = 1, SPELL_BRAINWASHTOTEM = 24262, SPELL_POWERFULLHEALINGWARD = 24309, //We will not use this spell. We will summon a totem by script cause the spell totems will not cast. diff --git a/src/server/scripts/EasternKingdoms/stormwind_city.cpp b/src/server/scripts/EasternKingdoms/stormwind_city.cpp index 188b3dcd2b1..f7d896a7cdb 100644 --- a/src/server/scripts/EasternKingdoms/stormwind_city.cpp +++ b/src/server/scripts/EasternKingdoms/stormwind_city.cpp @@ -212,7 +212,7 @@ enum eLordGregorLescovar SAY_LESCOVAR_4 = 2, SAY_MARZON_1 = 0, SAY_MARZON_2 = 1, - SAY_TYRION_2 = 0, + SAY_TYRION_2 = 1, NPC_STORMWIND_ROYAL = 1756, NPC_MARZON_BLADE = 1755, |