diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-11-21 13:38:08 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-11-21 13:38:08 +0100 |
commit | 2ed8bae6021359acef0d93b5416291b3200a3163 (patch) | |
tree | a4c2e50fb484770f1e9df09ce0d08cfc7610704b | |
parent | 04b408c6b269dabff02f3429c7019da067ad0771 (diff) |
DB/Waypoints: Achellios the Banished
Closes #20944
-rw-r--r-- | sql/updates/world/3.3.5/2017_11_21_08_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |