diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-11-01 12:58:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-01 12:58:41 +0100 |
| commit | 555bd88e3186f8ebc2bf17dc2a54556e5027e290 (patch) | |
| tree | a0812e85692604dabbfded0ef832aa42d53a16a3 | |
| parent | d308d471c1385dc06f8a63e4099c30f246af0fa8 (diff) | |
DB/CreatureText: revert 06d658f.
My bad.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_11_01_01_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_01_01_world.sql b/sql/updates/world/3.3.5/2016_11_01_01_world.sql new file mode 100644 index 00000000000..d503bbf09cc --- /dev/null +++ b/sql/updates/world/3.3.5/2016_11_01_01_world.sql @@ -0,0 +1,9 @@ +-- +UPDATE `creature_text` SET `text`="For the Horde!", `BroadcastTextId`=23357 WHERE `entry`=18927 AND `groupid`=6 AND `id`=4; +UPDATE `creature_text` SET `text`="For the Horde!", `BroadcastTextId`=23357 WHERE `entry`=19171 AND `groupid`=6 AND `id`=2; +UPDATE `creature_text` SET `text`="For the Horde!", `BroadcastTextId`=23357 WHERE `entry`=19173 AND `groupid`=6 AND `id`=3; + +UPDATE `creature_text` SET `text`="For the Alliance!", `BroadcastTextId`=23351 WHERE `entry`=19178 AND `groupid`=6 AND `id`=2; +UPDATE `creature_text` SET `text`="For the Alliance!", `BroadcastTextId`=23351 WHERE `entry`=19175 AND `groupid`=6 AND `id`=6; +UPDATE `creature_text` SET `text`="For the Alliance!", `BroadcastTextId`=23351 WHERE `entry`=19169 AND `groupid`=6 AND `id`=7; +UPDATE `creature_text` SET `text`="For the Alliance!", `BroadcastTextId`=23351 WHERE `entry`=19176 AND `groupid`=6 AND `id`=2; |
