From ad06526763feed2cba564fde211f083ac4da2a71 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 30 Sep 2015 22:31:00 +0200 Subject: DB/Waypoints: Fix Artificer Daelo path Updates #15630 (cherry picked from commit 1dcf186dfd245315454ea5f907ab3efce477cbed) --- sql/updates/world/2015_10_31_19_world_2015_09_30_00.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_10_31_19_world_2015_09_30_00.sql (limited to 'sql') diff --git a/sql/updates/world/2015_10_31_19_world_2015_09_30_00.sql b/sql/updates/world/2015_10_31_19_world_2015_09_30_00.sql new file mode 100644 index 00000000000..fd441ec05f5 --- /dev/null +++ b/sql/updates/world/2015_10_31_19_world_2015_09_30_00.sql @@ -0,0 +1,2 @@ +-- +UPDATE `waypoint_data` SET `position_z` = 45.5099 WHERE `id` = 845820 AND `point` = 5; -- cgit v1.2.3