mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
DB/Creature: Update few more Spirit Healers spawn position
closes #30834 by CraftedRO
This commit is contained in:
6
sql/updates/world/3.3.5/2025_04_12_00_world.sql
Normal file
6
sql/updates/world/3.3.5/2025_04_12_00_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user