diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-15 22:37:05 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-28 19:45:50 +0100 |
| commit | 5c28f11c750866a4d3aff69ae865f5c58727b4c5 (patch) | |
| tree | 75c1944f545c5adbf2d7c5ad42f4f791f8a6f005 | |
| parent | 3e6f3aeaeab3a92eda2c8cded663644e2edcaf90 (diff) | |
DB/Loot: fix drop chance for three quest items.
Felhound Brain, Nether Wing and Doomwarder Blood should always drop.
(cherry picked from commit cd6866c1556ac05f0a24138093dd831e751caa75)
| -rw-r--r-- | sql/updates/world/master/2017_02_28_02_world_2016_09_15_07_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_28_02_world_2016_09_15_07_world.sql b/sql/updates/world/master/2017_02_28_02_world_2016_09_15_07_world.sql new file mode 100644 index 00000000000..3180f10b34d --- /dev/null +++ b/sql/updates/world/master/2017_02_28_02_world_2016_09_15_07_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Item` IN (6250, 6251, 6252); |
