mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
DB/Creature: Fix Sheath for Morakki
This commit is contained in:
@@ -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');
|
||||
|
||||
1
sql/updates/world/master/2017_11_08_02_world.sql
Normal file
1
sql/updates/world/master/2017_11_08_02_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `creature_addon` SET `bytes2`=0 WHERE `guid`=309061;
|
||||
Reference in New Issue
Block a user