From f6b5fd23cb72395a7026b356970ee323ceb5b7f0 Mon Sep 17 00:00:00 2001 From: Silker <61223313+Si1ker@users.noreply.github.com> Date: Mon, 5 Apr 2021 12:45:08 -0600 Subject: [PATCH] fix(DB/creature_loot_template): Adjust Okra drop rate (#5139) Co-authored-by: T1ti --- .../pending_db_world/rev_1617596593417183200.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1617596593417183200.sql diff --git a/data/sql/updates/pending_db_world/rev_1617596593417183200.sql b/data/sql/updates/pending_db_world/rev_1617596593417183200.sql new file mode 100644 index 000000000..57b817f2d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1617596593417183200.sql @@ -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; +