aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-09-28 11:00:46 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-09-28 11:00:46 +0200
commit653641e6794e378e5ff37e99f01bd2a398c73b53 (patch)
tree6050516d7587ddaec7d2182f1fde9ac0cb81798c
parentacb2a35fcb35d9f59e51d27f2693ac0aa7a1b691 (diff)
DB/Misc: Fix startup errors
-rw-r--r--sql/updates/world/2014_09_28_01_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_28_01_world.sql b/sql/updates/world/2014_09_28_01_world.sql
new file mode 100644
index 00000000000..4be9507af2d
--- /dev/null
+++ b/sql/updates/world/2014_09_28_01_world.sql
@@ -0,0 +1,7 @@
+--
+UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=29 AND `groupid`=1;
+UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=22515 AND `groupid`=6;
+UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=22515 AND `groupid`=7;
+UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=22515 AND `groupid`=8;
+UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=22515 AND `groupid`=9;
+UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=22515 AND `groupid`=10;