diff options
author | Rushor <PBienati@web.de> | 2015-10-20 11:32:41 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-11-06 10:30:49 +0100 |
commit | fd884197a19fa83c4f0395c5319e25115ba9b96b (patch) | |
tree | 0cf1cfc99c5d859e308885513fefe052ed5200d1 | |
parent | 1ccd4583528119ce0616b431d0e1f36a0cbc05e4 (diff) |
DB/Creature: Young Thistle Boar - Skinning Loot
* closes #15743
(cherry picked from commit 1bce1b99b9c64d5be59f51dfcf2b3b4dfbff7ac6)
-rw-r--r-- | sql/updates/world/2015_11_06_12_world_2015_10_20_01.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_06_12_world_2015_10_20_01.sql b/sql/updates/world/2015_11_06_12_world_2015_10_20_01.sql new file mode 100644 index 00000000000..f2d3e950a90 --- /dev/null +++ b/sql/updates/world/2015_11_06_12_world_2015_10_20_01.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); |