mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
6
data/sql/updates/db_world/2022_05_08_04.sql
Normal file
6
data/sql/updates/db_world/2022_05_08_04.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_05_08_03 -> 2022_05_08_04
|
||||
--
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID` IN (7106,7107);
|
||||
INSERT INTO `gossip_menu` VALUES (7106, 8363), (7107, 8364);
|
||||
|
||||
UPDATE `gossip_menu_option` SET `ActionMenuID`=7099 WHERE `MenuID`=7107 AND `OptionID`=0;
|
||||
Reference in New Issue
Block a user