mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
DB: fixed startup errors
This commit is contained in:
5
sql/updates/world/4.3.4/2020_07_06_03_world.sql
Normal file
5
sql/updates/world/4.3.4/2020_07_06_03_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user