DB/Creature: Fix Sheath for Morakki

This commit is contained in:
Aokromes
2017-11-08 03:47:41 +01:00
parent e121d5d392
commit 9db0c8bbf8
2 changed files with 2 additions and 1 deletions

View File

@@ -7,4 +7,4 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
DELETE FROM `creature_template_addon` WHERE `entry`=38217;
INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`aiAnimKit`,`movementAnimKit`,`meleeAnimKit`,`auras`) VALUES
(38217,0,0,257,0,0,0,0, '18950');
(38217,0,0,257,0,0,0,0, 0, '18950');

View File

@@ -0,0 +1 @@
UPDATE `creature_addon` SET `bytes2`=0 WHERE `guid`=309061;