mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
DB/Creature: Fordragon Battle Steed
Closes #16295
(cherry picked from commit cdf7ac6096)
This commit is contained in:
@@ -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