fix(DB/creature_loot_template): Fix Baron Rivendale loot, close #2349 (#2350)

This commit is contained in:
Stefano Borzì
2019-10-24 08:17:56 +02:00
committed by Stoabrogga
parent 8e17a17a18
commit 1ab080d5ac

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1570979437296560126');
DELETE FROM `creature_loot_template` WHERE (`Entry` = 10440) AND (`Item` IN (13340));
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(10440, 13340, 0, 8.7, 0, 1, 0, 1, 1, '');