aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-09-26 10:02:33 +0200
committerShauren <shauren.trinity@gmail.com>2020-09-12 00:20:36 +0200
commit4d14fa1100a069f5908d3d1bc0819376b605bf14 (patch)
treed5f107edaa77e6ca7f70fffb3ce270fbfbea1d25
parent5e5ca6c84af9b0223c70f18b70f5f645ef559d99 (diff)
DB/Creature: Cosmetic fixes for Frazzle Geargrinder and Oil Slick
Closes #20414 (cherry picked from commit 69cd31111e085de0c481c41f9b38806e58cfba61)
-rw-r--r--sql/updates/world/master/2020_09_12_02_world_2017_09_26_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_12_02_world_2017_09_26_00_world.sql b/sql/updates/world/master/2020_09_12_02_world_2017_09_26_00_world.sql
new file mode 100644
index 00000000000..dd091045769
--- /dev/null
+++ b/sql/updates/world/master/2020_09_12_02_world_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;