mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 12:22:39 +01:00
DB/GameObject: Spawn spell focus gobs related to Grim Message quest at the correct villages
This commit is contained in:
5
sql/updates/world/3.3.5/2019_06_19_00_world_335.sql
Normal file
5
sql/updates/world/3.3.5/2019_06_19_00_world_335.sql
Normal 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);
|
||||
Reference in New Issue
Block a user