aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2015-09-23 19:21:59 +0100
committerDr-J <daniel.jarrott0@gmail.com>2015-09-23 19:21:59 +0100
commita3dbb0dd9caa1af61ff4e313ef1b75a98c17e30b (patch)
tree5ae652482dc52ec60a2aa756b97030f369a4bc28
parentff31a1d9eddccca5f8077bb35cd5a7f7740f467d (diff)
DB/Loot: Netherwing Relic
Netherwing Relic should have 100% chance to drop from dragonmaw transporter if player is on quest.
-rw-r--r--sql/updates/world/2015_09_23_04_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_23_04_world.sql b/sql/updates/world/2015_09_23_04_world.sql
new file mode 100644
index 00000000000..e44acde69de
--- /dev/null
+++ b/sql/updates/world/2015_09_23_04_world.sql
@@ -0,0 +1 @@
+UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Entry`=23188 AND `Item`=32509;