diff options
| author | Keader <keader.android@gmail.com> | 2020-06-28 13:08:22 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2020-06-28 13:08:22 -0300 |
| commit | 3d3621d5294a96cd6065869eccadca38185e9a64 (patch) | |
| tree | 7dd99afa460ec9f4d7d6d2aebfad63201be84681 | |
| parent | cfb585de1a94018b3ddfed7d6ec67a57ceefa900 (diff) | |
typo in last commit
| -rw-r--r-- | sql/updates/world/3.3.5/2020_06_28_00_world.sql | 2 |
1 files changed, 1 insertions, 1 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 index cc15e183f73..dd941febfe2 100644 --- 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 @@ -1,2 +1,2 @@ -- -UPDATE `creature_template_movement` SET `Flight`=0, `Rooted`=1 WHERE `CreatureId`=37690; +UPDATE `creature_template_movement` SET `Flight`=0, `Rooted`=0 WHERE `CreatureId`=37690; |
