diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-12-16 17:16:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-16 17:16:44 +0100 |
commit | 9d5fce49c3dd3fd6a599b7a498621c5582fd8df5 (patch) | |
tree | 269e6758142c7f69723af0cb2e35cb90699eb45b | |
parent | 0ae14336512eee2aa668529484ea6f3563250add (diff) |
DB/Creature: Update Gates of Ironforge Spirit Healer coordinates
closes #30513 by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2024_12_16_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_12_16_00_world.sql b/sql/updates/world/3.3.5/2024_12_16_00_world.sql new file mode 100644 index 00000000000..ba36e2cd3e1 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_12_16_00_world.sql @@ -0,0 +1,2 @@ +-- Spirit Healer (Area: Gates of Ironforge - Difficulty: 0) +UPDATE `creature` SET `position_x`=-5156.3134765625, `position_y`=-864.98028564453125, `position_z`=507.67919921875, `orientation`=4.035317420959472656, `VerifiedBuild`=57689 WHERE `guid`=87044 AND `id`=6491; |