From df48129270edfb9ef03851585a7d905f3a08bbc3 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 19 Feb 2020 18:14:20 +0100 Subject: DB/GameObject: Respawn Void Conduit Spell Focus to get a retail behavior Related to the quest On Nethery Wings Closes #6210 (cherry picked from commit b3de6afdac1ace43ffcf4afc5c9873328f6ca3de) --- .../world/master/2021_12_21_28_world_2020_02_19_00_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2021_12_21_28_world_2020_02_19_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_21_28_world_2020_02_19_00_world.sql b/sql/updates/world/master/2021_12_21_28_world_2020_02_19_00_world.sql new file mode 100644 index 00000000000..5f483516fa5 --- /dev/null +++ b/sql/updates/world/master/2021_12_21_28_world_2020_02_19_00_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `gameobject` WHERE `guid` IN (99956,9381,9385,9386); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(99956, 184643, 530, 0, 0, '0', 0, 3964.10376, 2008.44445, 383.94104, 0.176697, 0, 0, 0, 1, 180, 0, 1, 0), +(9381, 184643, 530, 0, 0, '0', 0, 3930.18457, 2038.26062, 383.50134, 1.720004, 0, 0, 0, 1, 180, 0, 1, 0), +(9385, 184643, 530, 0, 0, '0', 0, 3902.93530, 1996.42260, 383.64352, 3.275094, 0, 0, 0, 1, 180, 0, 1, 0), +(9386, 184643, 530, 0, 0, '0', 0, 3942.99975, 1970.09973, 383.32125, 5.105074, 0, 0, 0, 1, 180, 0, 1, 0); -- cgit v1.2.3