diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-10-11 20:43:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-11 20:43:57 +0200 |
commit | 1c94f4c39ede65885c4709ffb6261353a87ce1af (patch) | |
tree | 67a4dfa50b1a90154010adf58c3a83c21243f3ee | |
parent | 10329104be42ded80c5e358a5f0b6e98a68eb897 (diff) |
DB/Loot: item Abandoned Adventurer's Satchel should always drop from Northrend rares.
-rw-r--r-- | sql/updates/world/3.3.5/2016_10_11_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_11_04_world.sql b/sql/updates/world/3.3.5/2016_10_11_04_world.sql new file mode 100644 index 00000000000..fb939805c23 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_11_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Item`=44663; |