mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
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:
@@ -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, '');
|
||||
Reference in New Issue
Block a user