chore(DB): import pending files

Referenced commit(s): 331393df93
This commit is contained in:
github-actions[bot]
2026-03-30 10:34:28 +00:00
parent 331393df93
commit 268ff79bc3

View File

@@ -0,0 +1,10 @@
-- DB update 2026_03_29_02 -> 2026_03_30_00
-- Move Majordomo Executus Ragnaros summoning gossip chain to database
-- Previously handled entirely in C++ script (sGossipHello/sGossipSelect)
-- Add gossip_menu entries (MenuID -> TextID) for the gossip chain
DELETE FROM `gossip_menu` WHERE `MenuID` IN (4093, 4108, 4109);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES
(4093, 4995),
(4109, 5011),
(4108, 5012);