From e64159673f193a792291f7bb917a80eff00d4473 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 12 Jan 2017 03:08:15 +0100 Subject: Missing part of c76226c --- sql/updates/world/master/2017_01_12_01_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2017_01_12_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_01_12_01_world.sql b/sql/updates/world/master/2017_01_12_01_world.sql new file mode 100644 index 00000000000..104564f21a5 --- /dev/null +++ b/sql/updates/world/master/2017_01_12_01_world.sql @@ -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'); +-- -- cgit v1.2.3