aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-01-18 19:31:35 +0100
committerShauren <shauren.trinity@gmail.com>2016-03-22 23:40:31 +0100
commitaad5eb01e3e4ec8157fec88ba907fc36b8a2e335 (patch)
treeea3790ca6dab6681c13a9f57ead2659ecc82300d
parent5fb88c71213e0a64ec7e3312fc4460c4cc34abfa (diff)
DB/Creature: Fordragon Battle Steed
Closes #16295 (cherry picked from commit cdf7ac60965fb280461fc1db24ee4784c7336142)
-rw-r--r--sql/updates/world/2016_03_22_20_world_2016_01_18_04_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_22_20_world_2016_01_18_04_world.sql b/sql/updates/world/2016_03_22_20_world_2016_01_18_04_world.sql
new file mode 100644
index 00000000000..28ab2d96731
--- /dev/null
+++ b/sql/updates/world/2016_03_22_20_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;