aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2014-10-12 20:07:13 +0200
committerGacko <gacko28@gmx.de>2014-10-12 20:09:24 +0200
commit9922063021c6d49798c42c3dcbb6c9572fbe19c9 (patch)
tree9ec08df861cabc564f21379cc45145190b35c01d /sql
parentbb046ce4ed59708fa002f0b7399c1412e6b1de42 (diff)
DB/Loot: Xandivious (15623) - forgot item 12002
Thanks @Aminxhm
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_10_12_07_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_12_07_world.sql b/sql/updates/world/2014_10_12_07_world.sql
new file mode 100644
index 00000000000..1bd0e4d9352
--- /dev/null
+++ b/sql/updates/world/2014_10_12_07_world.sql
@@ -0,0 +1,2 @@
+DELETE FROM `creature_loot_template` WHERE `Entry`=15623 AND `Item`=12002;
+INSERT INTO `creature_loot_template`(`Entry`,`Item`,`Chance`,`MinCount`,`MaxCount`) VALUE (15623,12002,0.13,1,1);