diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2015-09-23 19:21:59 +0100 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-10-31 10:40:12 +0100 |
commit | 9cf05a2b75df7b78eade35cd362a35529e3a3424 (patch) | |
tree | 8c1690a2528dd903bed9b5c9b26673d0da8b452a | |
parent | 2819437da01281afc87c8078aec56a4725b2f27f (diff) |
DB/Loot: Netherwing Relic
Netherwing Relic should have 100% chance to drop from dragonmaw transporter if player is on quest.
(cherry picked from commit a3dbb0dd9caa1af61ff4e313ef1b75a98c17e30b)
-rw-r--r-- | sql/updates/world/2015_10_31_05_world_2015_09_23_04.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_31_05_world_2015_09_23_04.sql b/sql/updates/world/2015_10_31_05_world_2015_09_23_04.sql new file mode 100644 index 00000000000..e44acde69de --- /dev/null +++ b/sql/updates/world/2015_10_31_05_world_2015_09_23_04.sql @@ -0,0 +1 @@ +UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Entry`=23188 AND `Item`=32509; |