diff options
author | Rushor <PBienati@web.de> | 2015-10-20 11:32:41 +0200 |
---|---|---|
committer | Rushor <PBienati@web.de> | 2015-10-20 11:32:41 +0200 |
commit | 1bce1b99b9c64d5be59f51dfcf2b3b4dfbff7ac6 (patch) | |
tree | 8cfc05d136f9c5db8c2ada1ef27acf896120b98a | |
parent | be0649fafbc2e700b1f6043a1c33f44796ce7e7d (diff) |
DB/Creature: Young Thistle Boar - Skinning Loot
* closes #15743
-rw-r--r-- | sql/updates/world/2015_10_20_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_20_01_world.sql b/sql/updates/world/2015_10_20_01_world.sql new file mode 100644 index 00000000000..f2d3e950a90 --- /dev/null +++ b/sql/updates/world/2015_10_20_01_world.sql @@ -0,0 +1,5 @@ +-- Young Thistle Boar - Skinning Loot +UPDATE `creature_template` SET `skinloot`=1984 WHERE `entry`=1984; +DELETE FROM `skinning_loot_template` WHERE `Entry`=1984; +INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(1984, 2934, 0, 80, 0, 1, 1, 1, 1, NULL); |