From c4ed0375d4f091d2cdc0efbb8ca84bef2d846109 Mon Sep 17 00:00:00 2001 From: starrheld Date: Thu, 16 Mar 2017 12:39:44 +0100 Subject: [PATCH] DB/Item: Missing loot from Leandro's pet box and Gift box. --- .../rev_1489592591354258700.sql | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1489592591354258700.sql diff --git a/data/sql/updates/pending_db_world/rev_1489592591354258700.sql b/data/sql/updates/pending_db_world/rev_1489592591354258700.sql new file mode 100644 index 000000000..eb9751b89 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1489592591354258700.sql @@ -0,0 +1,18 @@ +INSERT INTO version_db_world (`sql_rev`) VALUES ('1489592591354258700'); +DELETE FROM `item_loot_template` WHERE `Entry` IN (50301,54218); +INSERT INTO `item_loot_template` (`Entry`,`Item`,`ChanceOrQuestChance`,`LootMode`,`GroupId`,`mincountOrRef`,`maxcount`) VALUES +(50301,46779,36.36,1,1,50,50), +(50301,35223,36.36,1,1,50,50), +(50301,45047,27.28,1,1,50,50), +(50301,32588,0.45,1,2,1,1), +(50301,38050,0.45,1,2,1,1), +(50301,34493,0.10,1,2,1,1), +(54218,46779,36.36,1,1,50,50), +(54218,35223,36.36,1,1,50,50), +(54218,45047,27.28,1,1,50,50), +(54218,23720,0.50,1,2,1,1), +(54218,49284,0.30,1,2,1,1), +(54218,49283,0.30,1,2,1,1), +(54218,49286,0.30,1,2,1,1), +(54218,49285,0.10,1,2,1,1), +(54218,49282,0.20,1,2,1,1);