mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
5
sql/updates/world/2016_01_18_04_world.sql
Normal file
5
sql/updates/world/2016_01_18_04_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user