From 2ebaa9fa86a2c082f279f80a552c184b5ad44a4d 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 --- sql/updates/world/3.3.5/2019_02_26_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_02_26_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2019_02_26_00_world.sql b/sql/updates/world/3.3.5/2019_02_26_00_world.sql new file mode 100644 index 00000000000..338c82e77f4 --- /dev/null +++ b/sql/updates/world/3.3.5/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