parent
c38b058efa
commit
db5cc7c4f3
2 changed files with 2 additions and 0 deletions
|
|
@ -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');
|
||||
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue