From df334ec3893822c24d9ecc90c86d0362aba3ff77 Mon Sep 17 00:00:00 2001 From: Wyreth Date: Tue, 26 Sep 2017 10:02:33 +0200 Subject: [PATCH] DB/Creature: Cosmetic fixes for Frazzle Geargrinder and Oil Slick Closes #20414 --- sql/updates/world/3.3.5/2017_09_26_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_09_26_00_world.sql diff --git a/sql/updates/world/3.3.5/2017_09_26_00_world.sql b/sql/updates/world/3.3.5/2017_09_26_00_world.sql new file mode 100644 index 00000000000..3aa7a490614 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_09_26_00_world.sql @@ -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;