diff options
author | Killyana <morphone1@gmail.com> | 2015-09-30 22:31:00 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-09-30 22:31:00 +0200 |
commit | 1dcf186dfd245315454ea5f907ab3efce477cbed (patch) | |
tree | f17e53b95ae0d75ee57a58d556e2f574e7a16b0e | |
parent | 325336137d7855e17feb02a56ea3fcd605ddfc33 (diff) |
DB/Waypoints: Fix Artificer Daelo path
Updates #15630
-rw-r--r-- | sql/updates/world/2015_09_30_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_30_00_world.sql b/sql/updates/world/2015_09_30_00_world.sql new file mode 100644 index 00000000000..fd441ec05f5 --- /dev/null +++ b/sql/updates/world/2015_09_30_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `waypoint_data` SET `position_z` = 45.5099 WHERE `id` = 845820 AND `point` = 5; |