diff options
author | Gacko <gacko28@gmx.de> | 2014-10-12 20:07:13 +0200 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2014-10-12 20:09:24 +0200 |
commit | 9922063021c6d49798c42c3dcbb6c9572fbe19c9 (patch) | |
tree | 9ec08df861cabc564f21379cc45145190b35c01d | |
parent | bb046ce4ed59708fa002f0b7399c1412e6b1de42 (diff) |
DB/Loot: Xandivious (15623) - forgot item 12002
Thanks @Aminxhm
-rw-r--r-- | sql/updates/world/2014_10_12_07_world.sql | 2 |
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); |