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