Skip to content

Commit c075134

Browse files
authored
DB/Creature: Update few Nagrand Spirit Healers spawn position
closes #30767 by CraftedRO
1 parent 7645a56 commit c075134

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
-- Spirit Healer (Area: Northwind Cleft - Difficulty: 0)
2+
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;
3+
-- Spirit Healer (Area: Halaa - Difficulty: 0)
4+
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;
5+
-- Spirit Healer (Area: Nagrand - Difficulty: 0)
6+
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;

0 commit comments

Comments
 (0)