From 1603646aad4b5655b885ae2a79977be2361c31d9 Mon Sep 17 00:00:00 2001 From: Evilpriest4 Date: Mon, 20 Apr 2020 03:52:25 +0200 Subject: [PATCH] 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> --- .../sql/updates/pending_db_world/rev_1518477962308987200.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1518477962308987200.sql diff --git a/data/sql/updates/pending_db_world/rev_1518477962308987200.sql b/data/sql/updates/pending_db_world/rev_1518477962308987200.sql new file mode 100644 index 000000000..6a07d350b --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1518477962308987200.sql @@ -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, '');