chore(DB): import pending files

Referenced commit(s): df66e131c9
This commit is contained in:
github-actions[bot] 2026-03-27 00:52:58 +00:00
parent c38b058efa
commit db5cc7c4f3
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
-- DB update 2026_03_26_01 -> 2026_03_27_00
-- Move Flexweave Underlay script from enchant application spell (55002) to parachute use-spell (55001)
DELETE FROM `spell_script_names` WHERE `spell_id` IN (55001, 55002) AND `ScriptName` = 'spell_item_flexweave_underlay';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (55001, 'spell_item_flexweave_underlay');

View file

@ -1,3 +1,4 @@
-- DB update 2026_03_27_00 -> 2026_03_27_01
-- Doomrel (9039): Create "Continue..." menu and chain from initial gossip
DELETE FROM `gossip_menu` WHERE `MenuID` = 1950;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (1950, 2605);