diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-03-18 14:49:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 14:49:36 +0100 |
commit | c0751347e623f9872f477f68bf6fd2318981c2d7 (patch) | |
tree | 0e4726e736f72bd286dcba9ede60ffc5f6147ada | |
parent | 7645a56229b3539553fb6c6e04ab183877903fe7 (diff) |
DB/Creature: Update few Nagrand Spirit Healers spawn position
closes #30767 by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2025_03_18_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_03_18_00_world.sql b/sql/updates/world/3.3.5/2025_03_18_00_world.sql new file mode 100644 index 00000000000..8949194248a --- /dev/null +++ b/sql/updates/world/3.3.5/2025_03_18_00_world.sql @@ -0,0 +1,6 @@ +-- Spirit Healer (Area: Northwind Cleft - Difficulty: 0) +UPDATE `creature` SET `position_x`=-1087.59423828125, `position_y`=8066.376953125, `position_z`=-41.4149932861328125, `orientation`=0.01745329238474369, `spawntimesecs`=120, `VerifiedBuild`=59679 WHERE `guid`=87076 and `id`=6491; +-- Spirit Healer (Area: Halaa - Difficulty: 0) +UPDATE `creature` SET `position_x`=-1666.7645263671875, `position_y`=7934.5869140625, `position_z`=-48.9577140808105468, `orientation`=0.261799395084381103, `spawntimesecs`=120, `VerifiedBuild`=59679 WHERE `guid`=31741 and `id`=6491; +-- Spirit Healer (Area: Nagrand - Difficulty: 0) +UPDATE `creature` SET `position_x`=-2504.346923828125, `position_y`=6788.3125, `position_z`=23.53533744812011718, `orientation`=1.308996915817260742, `spawntimesecs`=120, `VerifiedBuild`=59679 WHERE `guid`=31742 and `id`=6491; |