chore(DB): import pending files

Referenced commit(s): 2568b98c14
This commit is contained in:
github-actions[bot]
2026-01-05 23:16:51 +00:00
parent 8f9fdda29d
commit 5feb14218e
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
-- DB update 2026_01_05_02 -> 2026_01_05_03
--
DELETE FROM `spell_area` WHERE `spell` = 55858 AND `quest_start` = 12967;
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES
(55858, 4437, 12967, 0, 0, 0, 2, 1, 64, 11),
(55858, 4438, 12967, 0, 0, 0, 2, 1, 64, 11),
(55858, 4439, 12967, 0, 0, 0, 2, 1, 64, 11),
(55858, 4440, 12967, 0, 0, 0, 2, 1, 64, 11),
(55858, 4455, 12967, 0, 0, 0, 2, 1, 64, 11);

View File

@@ -0,0 +1,3 @@
-- DB update 2026_01_05_03 -> 2026_01_05_04
--
UPDATE `gameobject` SET `position_z` = 864.1913, `Comment` = 'original position_z: 870.297', `VerifiedBuild` = -47720 WHERE `guid` IN (5710989, 5710990, 5710991) AND `id` IN (189980, 189981, 191133);