fix(DB/item): Missing loot for Heart-Shaped Box (#792)

Co-authored-by: LukasVolgger <55922592+LukasVolgger@users.noreply.github.com>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
Evilpriest4
2020-04-20 03:52:25 +02:00
committed by GitHub
parent 1397971943
commit 1603646aad

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1518477962308987200');
DELETE FROM `item_loot_template` WHERE `Entry` = 54537 AND `Item` = 49426;
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(54537, 49426, 0, 100, 0, 1, 0, 2, 2, '');