diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-09-15 22:37:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-15 22:37:05 +0200 |
commit | cd6866c1556ac05f0a24138093dd831e751caa75 (patch) | |
tree | f3082080ea7258e5a67a2eddab8dc0eb4e46870a | |
parent | 32bc901a250dc3a01e5c4525c9c9c5ba295bb74d (diff) |
DB/Loot: fix drop chance for three quest items.
Felhound Brain, Nether Wing and Doomwarder Blood should always drop.
-rw-r--r-- | sql/updates/world/3.3.5/2016_09_15_07_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_15_07_world.sql b/sql/updates/world/3.3.5/2016_09_15_07_world.sql new file mode 100644 index 00000000000..3180f10b34d --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_15_07_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Item` IN (6250, 6251, 6252); |