diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-03-16 19:25:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-16 19:25:29 +0100 |
commit | 941e3dc39af30f55933b2ce27dea2379aeae83ef (patch) | |
tree | 947cfbecb6e77e9622ae588b062cddb11bd7f872 | |
parent | 3f42a4dc30980a5e5829fd7480ce228bd1bc42fa (diff) |
DB/Creature: Update one more Stormwind Guard spawn position
closes #30758 by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2025_03_16_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_03_16_01_world.sql b/sql/updates/world/3.3.5/2025_03_16_01_world.sql new file mode 100644 index 00000000000..e200befc8be --- /dev/null +++ b/sql/updates/world/3.3.5/2025_03_16_01_world.sql @@ -0,0 +1,2 @@ +-- Update one more Stormwind Guard spawn position +UPDATE `creature` SET `position_x`=-9740.4169921875, `position_y`=557.6878662109375, `position_z`=35.44633865356445312, `orientation`=4.634763240814208984 WHERE `id`=1423 AND `guid`=80466; |