diff options
author | Killyana <morphone1@gmail.com> | 2019-02-26 22:10:25 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-24 14:41:14 +0100 |
commit | ced2f2f0a87eaf787c80b0b9385d2a69b37529c0 (patch) | |
tree | a6f3c8c2cd0d142597bfb1e12c8357b00a3980c8 | |
parent | 402e63427e5ab005d148bec9d04b91f66fa7f285 (diff) |
DB/Creature: Fix waypoints for Civilian Recruit
(cherry picked from commit 2ebaa9fa86a2c082f279f80a552c184b5ad44a4d)
-rw-r--r-- | sql/updates/world/master/2021_11_24_00_world_2019_02_26_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |