From 8cab34a8b3907fa9859c52c9e1db43623479b072 Mon Sep 17 00:00:00 2001 From: starrheld Date: Sat, 4 Feb 2017 14:13:50 +0100 Subject: [PATCH] BRITTLE REVENANT LOOT TABLE AND DROP RATE FIXED --- .../pending_db_world/rev_1486213838562161500.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1486213838562161500.sql diff --git a/data/sql/updates/pending_db_world/rev_1486213838562161500.sql b/data/sql/updates/pending_db_world/rev_1486213838562161500.sql new file mode 100644 index 000000000..06c862e5d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1486213838562161500.sql @@ -0,0 +1,13 @@ +INSERT INTO version_db_world (`sql_rev`) VALUES ('1486213838562161500'); +-- BRITTLE REVENANT LOOT TABLE AND DROP RATE fixed. +DELETE FROM `creature_loot_template` WHERE (entry = 30160) AND (item IN (42246)); +INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES +(30160, 42246, 68, 1, 0, 1, 1); + +DELETE FROM `creature_loot_template` WHERE (entry = 30160) AND (item IN (42780)); +INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES +(30160, 42780, 34, 1, 0, 1, 1); + +DELETE FROM `creature_loot_template` WHERE (entry = 30160) AND (item IN (37701)); +INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES +(30160, 37701, 26, 1, 0, 1, 2); \ No newline at end of file