From 3f72d14937b37649890f4be24197af39c694b18d Mon Sep 17 00:00:00 2001 From: Keader Date: Sun, 28 Jun 2020 12:52:40 -0300 Subject: DB/Creature: Fixed movement flags of Growing Ooze Puddle - Movement flags confirmed by sniffs - It fix issues related with Ooze Puddle (Professor Putricide) spawn in middle of air (cherry picked from commit cfb585de1a94018b3ddfed7d6ec67a57ceefa900) --- sql/updates/world/master/2022_01_19_06_world_2020_06_28_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_01_19_06_world_2020_06_28_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_01_19_06_world_2020_06_28_00_world.sql b/sql/updates/world/master/2022_01_19_06_world_2020_06_28_00_world.sql new file mode 100644 index 00000000000..cc15e183f73 --- /dev/null +++ b/sql/updates/world/master/2022_01_19_06_world_2020_06_28_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Flight`=0, `Rooted`=1 WHERE `CreatureId`=37690; -- cgit v1.2.3