diff options
| author | Killyana <morphone1@gmail.com> | 2015-10-04 19:41:37 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-11-05 23:11:36 +0100 |
| commit | e9c7cc764d7b9a8edc91b29f5d3fd8b7397d333c (patch) | |
| tree | 8515f04875e7aca981b57d712d07ae08d1c12ba5 | |
| parent | 49543a5174596a6289312fac76bb2b6ac713098c (diff) | |
DB/Creature: Fix Champion go to bunny movements
(cherry picked from commit 8bd594532859f8995b807f49b88f4348bec1cd77)
| -rw-r--r-- | sql/updates/world/2015_11_05_00_world_2015_10_04_04.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_05_00_world_2015_10_04_04.sql b/sql/updates/world/2015_11_05_00_world_2015_10_04_04.sql new file mode 100644 index 00000000000..dda9747be6f --- /dev/null +++ b/sql/updates/world/2015_11_05_00_world_2015_10_04_04.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `spawndist`=0,`MovementType`=0 WHERE `id`=34319; |
