diff options
author | Retriman <nicolas_katre@hotmail.com> | 2012-09-30 17:34:41 -0400 |
---|---|---|
committer | Retriman <nicolas_katre@hotmail.com> | 2012-09-30 17:34:41 -0400 |
commit | 128c8c0562b05968bbda8ab0014a503f86c09edf (patch) | |
tree | 8c645b1718f420947cb7f026d6db784679c34015 | |
parent | 2e75ecd74b339300868ce432f271c245bda4a4a7 (diff) |
DB: Typo in sql (order logical)
-rw-r--r-- | sql/updates/world/2012_XXX_XX_XX_world_creature_text.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2012_XXX_XX_XX_world_creature_text.sql b/sql/updates/world/2012_XXX_XX_XX_world_creature_text.sql index 27648f4d8cd..a591f8cfb7c 100644 --- a/sql/updates/world/2012_XXX_XX_XX_world_creature_text.sql +++ b/sql/updates/world/2012_XXX_XX_XX_world_creature_text.sql @@ -9,10 +9,10 @@ INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`pr (29310, 2, 1, 'Master, a gift for you!', 14, 0, 100, 0, 0, 14343, 'SAY_SACRIFICE_2_2'), (29310, 3, 0, 'Glory to Yogg-Saron!', 14, 0, 100, 0, 0, 0, 'SAY_SLAY_1'), (29310, 3, 1, 'You are unworthy!', 14, 0, 100, 0, 0, 0, 'SAY_SLAY_2'), +(29310, 3, 2, 'Get up! You haven''t suffered enough.', 14, 0, 100, 0, 0, 14350, 'SAY_SLAY_3'), (29310, 4, 0, 'Do not expect your sacrilege... to go unpunished.', 14, 0, 100, 0, 0, 0, 'SAY_DEATH'), (29310, 5, 0, 'The elements themselves will rise up against the civilized world! Only the faithful will be spared!', 14, 0, 100, 0, 0, 14352, 'SAY_PREACHING_1'), (29310, 5, 1, 'Immortality can be yours, but only if you pledge yourself fully to Yogg-Saron!', 14, 0, 100, 0, 0, 14353, 'SAY_PREACHING_2'), (29310, 5, 2, 'Here, on the very borders of his domain, you will experience power you could have never imagined!', 14, 0, 100, 0, 0, 0, 'SAY_PREACHING_3'), (29310, 5, 3, 'You have traveled long and risked much to be here! Your devotion shall be rewarded.', 14, 0, 100, 0, 0, 0, 'SAY_PREACHING_4'), -(29310, 5, 4, 'The faithful shall be exalted! But there is more work to be done. We will press on until all of Azeroth lies beneath his shadow!', 14, 0, 100, 0, 0, 0, 'SAY_PREACHING_5'), -(29310, 3, 2, 'Get up! You haven''t suffered enough.', 14, 0, 100, 0, 0, 14350, 'SAY_SLAY_3');
\ No newline at end of file +(29310, 5, 4, 'The faithful shall be exalted! But there is more work to be done. We will press on until all of Azeroth lies beneath his shadow!', 14, 0, 100, 0, 0, 0, 'SAY_PREACHING_5'); |