diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2015-06-08 13:27:59 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-06-08 13:27:59 +0100 |
commit | dbaf88566be7083408fb8324d7886dc3e0a45cc0 (patch) | |
tree | 0f7939bced156153ad75a8f4d67265d64472983b | |
parent | cac4f95976989a70fc7f5b50f0d76100300af067 (diff) |
DB/Text: Fix wrong broadcast text id
-rw-r--r-- | sql/updates/world/2015_06_08_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_06_08_00_world.sql b/sql/updates/world/2015_06_08_00_world.sql new file mode 100644 index 00000000000..c375b89aa72 --- /dev/null +++ b/sql/updates/world/2015_06_08_00_world.sql @@ -0,0 +1 @@ +UPDATE `creature_text` SET `BroadcastTextId`=24497 WHERE `entry`=25256 AND `groupid`=6 AND `id`=0; |