diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-01-03 21:50:40 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-03-21 21:55:05 +0100 |
commit | 4f6d25d616c5c4b81da8ef97d60c70a327f9dc3b (patch) | |
tree | fc4a54c1842765951f1b546709734efd4bfab9c2 | |
parent | 3704452bd86df5dd5dec74dd58f527f56e1c32aa (diff) |
DB/Creature: Correct Orbaz Bloodbane creature text (#16168)
(cherry picked from commit 3af1d9196784759bb69dd59ce26599afdfd277a0)
-rw-r--r-- | sql/updates/world/2016_03_21_03_world_2016_01_03_02_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_21_03_world_2016_01_03_02_world.sql b/sql/updates/world/2016_03_21_03_world_2016_01_03_02_world.sql new file mode 100644 index 00000000000..79eba012e41 --- /dev/null +++ b/sql/updates/world/2016_03_21_03_world_2016_01_03_02_world.sql @@ -0,0 +1,9 @@ +-- Issue #16168 +-- Orbaz Bloodbane: Fix incorrect creature texts +-- By: dr-j +UPDATE `creature_text` SET `BroadcastTextId`=31961 WHERE `entry`=31283 AND `groupid`=1 AND `id`=0; +UPDATE `creature_text` SET `BroadcastTextId`=31962 WHERE `entry`=31283 AND `groupid`=2 AND `id`=0; +UPDATE `creature_text` SET `BroadcastTextId`=31963 WHERE `entry`=31283 AND `groupid`=3 AND `id`=0; +UPDATE `creature_text` SET `BroadcastTextId`=31966 WHERE `entry`=31283 AND `groupid`=4 AND `id`=0; +UPDATE `creature_text` SET `BroadcastTextId`=31967 WHERE `entry`=31283 AND `groupid`=5 AND `id`=0; +UPDATE `creature_text` SET `BroadcastTextId`=31964 WHERE `entry`=31283 AND `groupid`=6 AND `id`=0; |