diff options
| -rw-r--r-- | sql/updates/world/master/2021_09_21_01_world.sql | 2 |
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; |
