DB: fixed startup errors

This commit is contained in:
Ovahlord
2020-07-06 18:24:23 +02:00
parent 0f3590ebb4
commit db6371473e

View File

@@ -0,0 +1,5 @@
DELETE FROM `reference_loot_template` WHERE `Entry` IN (34078, 34079, 34151, 34152, 34153);
DELETE FROM `gossip_menu_option_trainer` WHERE (`MenuId`=12192 AND `OptionIndex`=11);
INSERT INTO `gossip_menu_option_trainer` (`MenuId`, `OptionIndex`, `TrainerId`) VALUES
(12192, 11, 80);