From 9922063021c6d49798c42c3dcbb6c9572fbe19c9 Mon Sep 17 00:00:00 2001 From: Gacko Date: Sun, 12 Oct 2014 20:07:13 +0200 Subject: [PATCH] DB/Loot: Xandivious (15623) - forgot item 12002 Thanks @Aminxhm --- sql/updates/world/2014_10_12_07_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_10_12_07_world.sql 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 0000000000..1bd0e4d935 --- /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);