From cdf7ac60965fb280461fc1db24ee4784c7336142 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 18 Jan 2016 19:31:35 +0100 Subject: DB/Creature: Fordragon Battle Steed Closes #16295 --- sql/updates/world/2016_01_18_04_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2016_01_18_04_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2016_01_18_04_world.sql b/sql/updates/world/2016_01_18_04_world.sql new file mode 100644 index 00000000000..28ab2d96731 --- /dev/null +++ b/sql/updates/world/2016_01_18_04_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature` WHERE id=27535; +DELETE FROM `vehicle_template_accessory` WHERE `entry` IN (27761); +INSERT INTO `vehicle_template_accessory` (`entry`, `accessory_entry`, `minion`, `description`, `summontype`) VALUES (27761, 27535,1, "Fordragon Battle Steed", 7); +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=27761; -- cgit v1.2.3