fix(DB/Creature): Korfax missing gossip (#11676)

This commit is contained in:
Degen
2022-05-08 13:14:31 -03:00
committed by GitHub
parent 9dd77ac0a8
commit 589d7c8b4e

View File

@@ -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;