mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(DB/creature_loot_template): Adjust Okra drop rate (#5139)
Co-authored-by: T1ti <T1ti@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617596593417183200');
|
||||
|
||||
-- harvest watcher 36 -> 43
|
||||
UPDATE `creature_loot_template` SET `Chance`=43 WHERE `Entry`=114 AND `Item`=732;
|
||||
-- harvest reaper 40 -> 43
|
||||
UPDATE `creature_loot_template` SET `Chance`=43 WHERE `Entry`=115 AND `Item`=732;
|
||||
-- rusty harvest golem 28.0247 -> 37
|
||||
UPDATE `creature_loot_template` SET `Chance`=37 WHERE `Entry`=480 AND `Item`=732;
|
||||
-- harvest golem 33-> 40
|
||||
UPDATE `creature_loot_template` SET `Chance`=40 WHERE `Entry`=36 AND `Item`=732;
|
||||
-- foe reaper 4000 30 -> 43
|
||||
UPDATE `creature_loot_template` SET `Chance`=43 WHERE `Entry`=573 AND `Item`=732;
|
||||
|
||||
Reference in New Issue
Block a user