aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-02-19 18:14:20 +0100
committerShauren <shauren.trinity@gmail.com>2021-12-21 23:58:45 +0100
commitdf48129270edfb9ef03851585a7d905f3a08bbc3 (patch)
treeca847479d35af8dfc7dcb77ba5f8efb48c26b629
parent2de20560fe7caccd57fbfd1b17856fac43d5f921 (diff)
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)
-rw-r--r--sql/updates/world/master/2021_12_21_28_world_2020_02_19_00_world.sql7
1 files changed, 7 insertions, 0 deletions
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);