diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-15 18:52:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-15 18:52:56 +0200 |
| commit | 875b21ee448c1500749abf53fbf538813bcee8d1 (patch) | |
| tree | c162b0aaa83179db1b8f124c82269d6b8830521c | |
| parent | 5da217877be7f22db3bfc8ee06ca1ffad172d281 (diff) | |
DB/Item: Update Huntress Claws droprate
By Exodius
| -rw-r--r-- | sql/updates/world/6.x/2016_06_15_07_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_15_07_world.sql b/sql/updates/world/6.x/2016_06_15_07_world.sql new file mode 100644 index 00000000000..cc6aa2db566 --- /dev/null +++ b/sql/updates/world/6.x/2016_06_15_07_world.sql @@ -0,0 +1,3 @@ +-- Huntress Claws: http://eu.battle.net/wow/en/item/5096 +-- Drop Chance: Guaranteed +UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Item`=5096; |
