diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-19 19:21:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-19 19:21:52 +0200 |
| commit | 7bce4d12a6ec7d5073ad466836a3af3845419a39 (patch) | |
| tree | 4805b9e438364765f9eb023c2f44140598893db5 | |
| parent | 1812a57b4eec7b9f4adf045d4e9344354b9d4f97 (diff) | |
DB/Loot: Burning Legion Missive (Alliance version) should always drop.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_19_07_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_19_07_world.sql b/sql/updates/world/3.3.5/2016_09_19_07_world.sql new file mode 100644 index 00000000000..e43b6a1ee76 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_19_07_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Item`=29588; |
