DB/Item: Missing loot from Leandro's pet box and Gift box.

This commit is contained in:
starrheld
2017-03-16 12:39:44 +01:00
committed by HeartWell
parent 0c414a05be
commit c4ed0375d4

View File

@@ -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);