From 14bc58cf6c6aff40092e498cb2ac088846acd06e Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Tue, 21 Nov 2017 13:38:08 +0100 Subject: [PATCH] DB/Waypoints: Achellios the Banished Closes #20944 --- sql/updates/world/3.3.5/2017_11_21_08_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_11_21_08_world_335.sql diff --git a/sql/updates/world/3.3.5/2017_11_21_08_world_335.sql b/sql/updates/world/3.3.5/2017_11_21_08_world_335.sql new file mode 100644 index 00000000000..8f9fbfca627 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_11_21_08_world_335.sql @@ -0,0 +1,2 @@ +-- Achellios the Banished - waypoint Move Type +UPDATE `waypoint_data` SET `move_type`=1 WHERE `id`=213880;