From 1aef73720ede21ef2f96b70f7807c6f568dbd586 Mon Sep 17 00:00:00 2001 From: baranzadeoglu <84640316+baranzadeoglu@users.noreply.github.com> Date: Fri, 19 Nov 2021 14:42:43 +0100 Subject: [PATCH] fix(DB/Loot): BRD Dark Coffer arcanum items (#8914) --- .../updates/pending_db_world/rev_1635882858166720225.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1635882858166720225.sql diff --git a/data/sql/updates/pending_db_world/rev_1635882858166720225.sql b/data/sql/updates/pending_db_world/rev_1635882858166720225.sql new file mode 100644 index 000000000..2d7779973 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1635882858166720225.sql @@ -0,0 +1,8 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1635882858166720225'); + +DELETE FROM `gameobject_loot_template` WHERE (`Entry` = 11103) AND (`Item` IN (11751, 11752, 11753)); +INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(11103, 11751, 0, 46, 0, 1, 0, 1, 2, 'Dark Coffer - Burning Essence'), +(11103, 11752, 0, 43, 0, 1, 0, 1, 2, 'Dark Coffer - Black Blood of the Tormented'), +(11103, 11753, 0, 39, 0, 1, 0, 1, 1, 'Dark Coffer - Eye of Kajal'); +