diff options
author | Keader <keader.android@gmail.com> | 2020-06-28 12:52:40 -0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-19 22:18:49 +0100 |
commit | 3f72d14937b37649890f4be24197af39c694b18d (patch) | |
tree | da29c6d93856c170dd62a115dbf8eaba90aa9335 | |
parent | 68faf5bc4bc69a111eca479860215f075adcdad6 (diff) |
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)
-rw-r--r-- | sql/updates/world/master/2022_01_19_06_world_2020_06_28_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |