diff options
| author | Gacko <gacko28@gmx.de> | 2014-10-12 19:51:23 +0200 |
|---|---|---|
| committer | Gacko <gacko28@gmx.de> | 2014-10-12 19:51:23 +0200 |
| commit | 7252f11add985247d7ae5b8262d8f38e60bd8e33 (patch) | |
| tree | 205a59756792a214740d12a5c03277aca96f5f21 | |
| parent | 2df0144714d8d77e83be2da3553643a88911a113 (diff) | |
DB/Loot: Xandivious (15623)
| -rw-r--r-- | sql/updates/world/2014_10_12_06_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_12_06_world.sql b/sql/updates/world/2014_10_12_06_world.sql new file mode 100644 index 00000000000..c448e6cbd98 --- /dev/null +++ b/sql/updates/world/2014_10_12_06_world.sql @@ -0,0 +1,8 @@ +DELETE FROM `creature_loot_template` WHERE `Entry`=15623; +INSERT INTO `creature_loot_template`(`Entry`,`Item`,`Chance`,`MinCount`,`MaxCount`) VALUES +(15623,14047,19,1,4), +(15623,14256,3,1,1), +(15623,8952,2,1,1), +(15623,13446,1.3,1,1), +(15623,13443,0.3,1,1), +(15623,14283,0.11,1,1); |
