fix(db/creature_loot_template): Item 21757 and 21771 rate corrections (#13328)
This commit is contained in:
parent
92cf5bab7f
commit
34ca977f57
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue