diff options
| author | Keader <keader.android@gmail.com> | 2020-06-28 12:52:40 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2020-06-28 12:52:40 -0300 |
| commit | cfb585de1a94018b3ddfed7d6ec67a57ceefa900 (patch) | |
| tree | b2aae971fc39623bf664763e8e85d61aa7ad0605 | |
| parent | b304f4ad8d0683d800d9be5518911d1398609857 (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
| -rw-r--r-- | sql/updates/world/3.3.5/2020_06_28_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_06_28_00_world.sql b/sql/updates/world/3.3.5/2020_06_28_00_world.sql new file mode 100644 index 00000000000..cc15e183f73 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_06_28_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_movement` SET `Flight`=0, `Rooted`=1 WHERE `CreatureId`=37690; |
