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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;