From 1ab080d5ac8afd0b7275846c61772fca907c7c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Thu, 24 Oct 2019 08:17:56 +0200 Subject: [PATCH] fix(DB/creature_loot_template): Fix Baron Rivendale loot, close #2349 (#2350) --- .../updates/pending_db_world/rev_1570979437296560126.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1570979437296560126.sql diff --git a/data/sql/updates/pending_db_world/rev_1570979437296560126.sql b/data/sql/updates/pending_db_world/rev_1570979437296560126.sql new file mode 100644 index 000000000..d6ded8309 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1570979437296560126.sql @@ -0,0 +1,6 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1570979437296560126'); + +DELETE FROM `creature_loot_template` WHERE (`Entry` = 10440) AND (`Item` IN (13340)); +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(10440, 13340, 0, 8.7, 0, 1, 0, 1, 1, ''); +