From ced2f2f0a87eaf787c80b0b9385d2a69b37529c0 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 26 Feb 2019 22:10:25 +0100 Subject: DB/Creature: Fix waypoints for Civilian Recruit (cherry picked from commit 2ebaa9fa86a2c082f279f80a552c184b5ad44a4d) --- sql/updates/world/master/2021_11_24_00_world_2019_02_26_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_11_24_00_world_2019_02_26_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_11_24_00_world_2019_02_26_00_world.sql b/sql/updates/world/master/2021_11_24_00_world_2019_02_26_00_world.sql new file mode 100644 index 00000000000..338c82e77f4 --- /dev/null +++ b/sql/updates/world/master/2021_11_24_00_world_2019_02_26_00_world.sql @@ -0,0 +1,2 @@ +-- + UPDATE `waypoints` SET `position_x`=2296.830322, `position_y`=5241.380371, `position_z`=11.390709 WHERE `entry`=25220 AND `pointid`=12; -- cgit v1.2.3