mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
4
sql/updates/world/3.3.5/2018_08_22_04_world.sql
Normal file
4
sql/updates/world/3.3.5/2018_08_22_04_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `id` IN (27401,27403);
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=27401;
|
||||
INSERT `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES (27401,0,0,0,1,233 , '');
|
||||
Reference in New Issue
Block a user