mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB/Creature: Ironforge Gryphon Riders Hovering
* by Saben65 * closes #16220
This commit is contained in:
4
sql/updates/world/2016_02_10_01_world.sql
Normal file
4
sql/updates/world/2016_02_10_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB/Creature: Ironforge Gryphon Riders Hovering
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=51383;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(51383, 0, 24688, 50331648, 257, 0, ''); -- 51383
|
||||
Reference in New Issue
Block a user