mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Missing part of c76226c
This commit is contained in:
6
sql/updates/world/master/2017_01_12_01_world.sql
Normal file
6
sql/updates/world/master/2017_01_12_01_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `minlevel`=1,`maxlevel`=1,`faction`=35,`unit_flags`=33554440,`VehicleId`=550,`InhabitType`=4,`ScriptName`="npc_eagle_spirit" WHERE `entry`=36790;
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=36790;
|
||||
INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (36790,0,0,50331648,1,0,'69324');
|
||||
--
|
||||
Reference in New Issue
Block a user