mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(DB/Creature): Korfax missing gossip (#11676)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
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