From 0b768f53bd4e39481cb82d1dacc57bd1d39a71a9 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Tue, 10 Mar 2015 22:45:42 +0000 Subject: DB/Misc: Updates * Sigrid Iceborne Closes #14287 * Wrong broadcasttextid for a text --- sql/updates/world/2015_03_10_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_03_10_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_03_10_00_world.sql b/sql/updates/world/2015_03_10_00_world.sql new file mode 100644 index 00000000000..ade4e39c13b --- /dev/null +++ b/sql/updates/world/2015_03_10_00_world.sql @@ -0,0 +1,4 @@ +UPDATE `creature_template` SET `vehicleid`=60 WHERE `entry`=30159; +UPDATE `smart_scripts` SET `action_param2`=0 WHERE `entryorguid`=31242 AND `source_type`=0 AND `id`=14; +UPDATE `creature_template_addon` SET `mount`=0 WHERE `entry`=31242; +UPDATE `creature_text` SET `BroadcastTextId`=16227 WHERE `entry`=18292 AND `groupid`=0 AND `id`=0; -- cgit v1.2.3