mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Creature: Cosmetic fixes for Frazzle Geargrinder and Oil Slick
Closes #20414
This commit is contained in:
6
sql/updates/world/3.3.5/2017_09_26_00_world.sql
Normal file
6
sql/updates/world/3.3.5/2017_09_26_00_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
UPDATE `creature` SET `spawndist`=0, `MovementType`=0 WHERE `id`=31786;
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=31786;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
|
||||
(31786, 0, 0, 0, 0, 0, "35357, 46011");
|
||||
UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry`=31776;
|
||||
Reference in New Issue
Block a user