diff options
author | Kittnz <frederik156@hotmail.com> | 2016-12-10 17:46:43 +0100 |
---|---|---|
committer | Kittnz <frederik156@hotmail.com> | 2016-12-10 17:46:43 +0100 |
commit | 399b28427075d4ab6ec57b6753f005ec70a30742 (patch) | |
tree | 79a76b705edfd77be75c740e01dbd58ed6667b13 | |
parent | 77a08ad73cac678ad6b85723cf2e352a8a4e355b (diff) |
DB/Creature: update move_type for a few Trash mobs in Supremus
by Keader
-rw-r--r-- | sql/updates/world/3.3.5/2016_12_10_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_10_00_world.sql b/sql/updates/world/3.3.5/2016_12_10_00_world.sql new file mode 100644 index 00000000000..625a141c21c --- /dev/null +++ b/sql/updates/world/3.3.5/2016_12_10_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `waypoint_data` SET `move_type`='1' WHERE `id` IN +(53827*10, 53828*10, 53829*10,53830*10, 53831*10,53841*10,53842*10,53843*10,53907*10,53908*10, 53909*10, 53912*10, 53913*10, 53914*10, 53915*10, 53916*10, 12740*10, 12739*10, 12738*10, 12737*10, 54254*10, 54262*10); |