aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2021-09-21 18:10:22 +0200
committerGitHub <noreply@github.com>2021-09-21 18:10:22 +0200
commitab0d1d7c387f6133bc18a197916e2c0bb2ce96f4 (patch)
tree180d00f2d6a48ec6fe8f6022e644219f39e9f413
parent6be04a974fe33f7cecda2ab2b26f2dac4a4d78bd (diff)
DB/Creature: Fix Marshal Mcbride's position
By xXBentRealityXx , closes #26902
-rw-r--r--sql/updates/world/master/2021_09_21_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_21_01_world.sql b/sql/updates/world/master/2021_09_21_01_world.sql
new file mode 100644
index 00000000000..1d73104cb55
--- /dev/null
+++ b/sql/updates/world/master/2021_09_21_01_world.sql
@@ -0,0 +1,2 @@
+-- Fix positions of some NPCs
+UPDATE `creature` SET `position_x` = -8913.423828125, `position_y` = -137.541671752929687, `position_z` = 80.8928070068359375, `orientation` = 1.988220691680908203, `VerifiedBuild` = 40000 WHERE `guid` = 279961;