From c0751347e623f9872f477f68bf6fd2318981c2d7 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 18 Mar 2025 14:49:36 +0100 Subject: DB/Creature: Update few Nagrand Spirit Healers spawn position closes #30767 by CraftedRO --- sql/updates/world/3.3.5/2025_03_18_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_03_18_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3