DB/GameObject: Spawn spell focus gobs related to Grim Message quest at the correct villages

This commit is contained in:
Killyana
2019-06-19 12:17:51 +02:00
parent d6e3660115
commit c650369e63

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `gameobject` WHERE `id` = 142698;
INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
(99872, 142698, 0, 1, 1, -21.77, -2802.7, 121.85, 0, 0, 0, 0, 0, 180, 0, 1),
(99873, 142698, 0, 1, 1, -24.2883, -2468.25, 122.442, 0, 0, 0, 0, 0, 180, 0, 1);