mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/GameObject: Respawn Void Conduit Spell Focus to get a retail behavior
Related to the quest On Nethery Wings Closes #6210
This commit is contained in:
7
sql/updates/world/3.3.5/2020_02_19_00_world.sql
Normal file
7
sql/updates/world/3.3.5/2020_02_19_00_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (99956,9381,9385,9386);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
|
||||
(99956, 184643, 530, 0, 0, 1, 1, 3964.10376, 2008.44445, 383.94104, 0.176697, 0, 0, 0, 1, 180, 0, 1, 0),
|
||||
(9381, 184643, 530, 0, 0, 1, 1, 3930.18457, 2038.26062, 383.50134, 1.720004, 0, 0, 0, 1, 180, 0, 1, 0),
|
||||
(9385, 184643, 530, 0, 0, 1, 1, 3902.93530, 1996.42260, 383.64352, 3.275094, 0, 0, 0, 1, 180, 0, 1, 0),
|
||||
(9386, 184643, 530, 0, 0, 1, 1, 3942.99975, 1970.09973, 383.32125, 5.105074, 0, 0, 0, 1, 180, 0, 1, 0);
|
||||
Reference in New Issue
Block a user