mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
BRITTLE REVENANT LOOT TABLE AND DROP RATE FIXED
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user