DB/Loot: lower some green dropchances to more acceptable rate
Closes #5269
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
-- Razormane Hunter Warrior's Boots 32% to 3.2%
|
||||
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=3.2996 WHERE `entry`=3265 AND `item`=2967;
|
||||
-- Razormane Hunter Hunting Cloak 11% to 1.1%
|
||||
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=1.1855 WHERE `entry`=3265 AND `item`=4689;
|
||||
-- Razormane Defender Pioneer Buckler 87% to 0.8%
|
||||
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.8789 WHERE `entry`=3266 AND `item`=7109;
|
||||
-- Razormane Defender Spellbinder Belt 77% to 0.7%
|
||||
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.7717 WHERE `entry`=3266 AND `item`=4684;
|
||||
-- Razormane Geomancer Simple Shoes 77% to 0.7%
|
||||
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.7791 WHERE `entry`=3269 AND `item`=9743;
|
||||
-- Razormane Geomancer Veteran Bracers 73% to 0.7%
|
||||
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.7364 WHERE `entry`=3269 AND `item`=3213;
|
||||
-- Venture Co. Supervisor Burnt Leather Belt 85% to 0.8%
|
||||
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.8511 WHERE `entry`=2979 AND `item`=4666;
|
||||
-- Venture Co. Supervisor Warrior's Gloves 74% to 0.7%
|
||||
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.7433 WHERE `entry`=2979 AND `item`=2968;
|
||||
-- Venture Co. Supervisor Pioneer Bracers 55% to 0.5%
|
||||
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.5593 WHERE `entry`=2979 AND `item`=6519;
|
||||
-- Venture Co. Supervisor Journeyman's Gloves 43% to 0.4%
|
||||
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.4348 WHERE `entry`=2979 AND `item`=2960;
|
||||
-- Venture Co. Worker Warrior's Bracers 72% to 0.7%
|
||||
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.7226 WHERE `entry`=2978 AND `item`=3214;
|
||||
-- Venture Co. Worker Fine Scimitar 64% to 0.6%
|
||||
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.6492 WHERE `entry`=2978 AND `item`=4560;
|
||||
-- Venture Co. Worker Warrior's Girdle 24% to 0.2%
|
||||
UPDATE `creature_loot_template` SET `ChanceOrQuestChance`=0.2458 WHERE `entry`=2978 AND `item`=4659;
|
||||
Reference in New Issue
Block a user