From 8882be570ce9bb88850c901643faedd0096c9596 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Mon, 18 Jul 2022 15:20:54 -0300 Subject: [PATCH] fix(DB/Loot): Cuergo's Hidden Treasure (9265) (#12283) --- data/sql/updates/pending_db_world/cuergo.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/cuergo.sql diff --git a/data/sql/updates/pending_db_world/cuergo.sql b/data/sql/updates/pending_db_world/cuergo.sql new file mode 100644 index 000000000..e17abd620 --- /dev/null +++ b/data/sql/updates/pending_db_world/cuergo.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `item_loot_template` WHERE (`Entry` = 9265) AND (`Item` IN (9360, 9361)); +INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(9265, 9360, 0, 92, 0, 1, 1, 1, 1, 'Cuergo\'s Hidden Treasure - Cuergo\'s Gold'), +(9265, 9361, 0, 0, 0, 1, 1, 1, 1, 'Cuergo\'s Hidden Treasure - Cuergo\'s Gold with worm');