DB: fixed a batch error

This commit is contained in:
Ovalord
2018-02-18 21:03:28 +01:00
parent c9b5bf9534
commit 1b3892cf9c

View File

@@ -18,7 +18,7 @@ INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `LootMode`, `Gr
-- Siamat
DELETE FROM `creature_loot_template` WHERE `Entry` IN (44819, 51088);
DELETE FROM `reference_loot_template` WHERE `Entry` IN (44819, 51088);
DELETE FROM `reference_loot_template` WHERE `Entry` IN (448190, 510880);
INSERT INTO `creature_loot_template` (`Entry`, `Chance`, `LootMode`, `Reference`, `MinCount`, `MaxCount`) VALUES
(44819, 100, 1, 448190, 2, 2);
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Chance`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`) VALUES