mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(db/creature_loot_template): Item 21757 and 21771 rate corrections (#13328)
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
--
|
||||||
|
-- Drop rate improvements over 1144 itterations:
|
||||||
|
-- ITEM Captain Kelisendra's Lost Rutters (21776) = Already Correct 10%
|
||||||
|
-- Other quest ITEMs Grimscale Murloc Head (21757), Captain Kelisendra's Cargo (21771) appear to be about 45% rate (it is possible the casters are higher rate, but unproven within margin of error)
|
||||||
|
UPDATE `creature_loot_template` SET `Chance`='45' WHERE `Item`=21757;
|
||||||
|
UPDATE `creature_loot_template` SET `Chance`='45' WHERE `Item`=21771;
|
||||||
Reference in New Issue
Block a user