diff options
author | Killyana <morphone1@gmail.com> | 2020-01-23 19:42:18 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-01-23 19:42:18 +0100 |
commit | 055c743d754b695170061fbe0b7dece41df17174 (patch) | |
tree | 5c545967b6a8fbddcd8bf79ee71a75554b0ce7c7 | |
parent | b0db728c49f0b70d2c4f18270c389e4445161b7f (diff) |
DB/Creature: Fix Defias Miner movement
-rw-r--r-- | sql/updates/world/3.3.5/2020_01_23_00_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_01_23_00_world_335.sql b/sql/updates/world/3.3.5/2020_01_23_00_world_335.sql new file mode 100644 index 00000000000..a39ab95df19 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_01_23_00_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `id`=598; |