Missing part of e3986d4

This commit is contained in:
Aokromes
2017-01-13 04:52:45 +01:00
committed by GitHub
parent e3986d4a8a
commit e2596af6fc

View File

@@ -0,0 +1,9 @@
--
UPDATE `npc_spellclick_spells` SET `spell_id`=94120 WHERE `npc_entry`=44776;
UPDATE `creature_template` SET `speed_run`=3.23333, `unit_flags`=33554440, `ScriptName`="npc_sharpbeak", `VehicleId`=1434, `InhabitType`=4 WHERE `entry` IN (43161,51125);
DELETE FROM `creature_template_addon` WHERE `entry` IN (43161,51125);
INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
(43161,0,0,50331648,1,0,''),(51125,0,0,50331648,1,0,'');
--