diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-04-12 11:53:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-12 11:53:48 +0200 |
commit | a3f8eac87f52a38fbdabebd3df39bef11d71125c (patch) | |
tree | 9c4d4f7ca05d99ab14b2e4efcded796a1e156b0d | |
parent | 0dfbb891ff920bdb61f8f51a3bfbf8ffc81669ff (diff) |
DB/Creature: Update few more Spirit Healers spawn position
closes #30834
by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2025_04_12_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_04_12_00_world.sql b/sql/updates/world/3.3.5/2025_04_12_00_world.sql new file mode 100644 index 00000000000..c66d07da284 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_04_12_00_world.sql @@ -0,0 +1,6 @@ +-- Spirit Healer (Area: Temple of Telhamat - Difficulty: 0) +UPDATE `creature` SET `position_x`=178.4677276611328125, `position_y`=4362.45654296875, `position_z`=116.72283935546875, `orientation`=5.969026088714599609, `spawntimesecs`=120, `VerifiedBuild`=59185 WHERE `guid`=40596 and `id`=6491; +-- Spirit Healer (Area: Honor Hold - Difficulty: 0) +UPDATE `creature` SET `position_x`=-806.8321533203125, `position_y`=2704.613525390625, `position_z`=107.5483627319335937, `orientation`=5.759586334228515625, `spawntimesecs`=120, `VerifiedBuild`=59185 WHERE `guid`=29932 and `id`=6491; +-- Spirit Healer (Area: Dustwallow Marsh - Difficulty: 0) +UPDATE `creature` SET `position_x`=-3540.335205078125, `position_y`=-4313.30126953125, `position_z`=7.212794303894042968, `orientation`=6.091198921203613281, `spawntimesecs`=120, `VerifiedBuild`=59185 WHERE `guid`=84656 and `id`=6491; |