mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
DB/Item: Missing loot from Leandro's pet box and Gift box.
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user