diff options
author | Kittnz <frederik156@hotmail.com> | 2016-12-10 17:46:43 +0100 |
---|---|---|
committer | DoctorKraft <DoctorKraft@users.noreply.github.com> | 2018-03-12 16:39:36 +0100 |
commit | 0bec6e9fc08ae09731b4c71c4601e5682fa23028 (patch) | |
tree | d48b60a22b34a07672775cdc9dd2a1c5f677b23c | |
parent | 8864a03802f84add192686c8933630975bf6215e (diff) |
DB/Creature: update move_type for a few Trash mobs in Supremus
by Keader
(cherry picked from commit 399b28427075d4ab6ec57b6753f005ec70a30742)
-rw-r--r-- | sql/updates/world/master/2018_03_12_05_world_2016_12_10_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_03_12_05_world_2016_12_10_00_world.sql b/sql/updates/world/master/2018_03_12_05_world_2016_12_10_00_world.sql new file mode 100644 index 00000000000..625a141c21c --- /dev/null +++ b/sql/updates/world/master/2018_03_12_05_world_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); |