aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRushor <PBienati@web.de>2015-10-20 11:47:44 +0200
committerMitchesD <majklprofik@seznam.cz>2015-11-06 10:31:33 +0100
commit2e99388d5081f5f29387d1637c14aa5021fd969d (patch)
tree45de90d1c4af2da203bcae75fb1ad94451323a57
parentd7caedbb0e7e5ce2583373e3d7d405c0098749fd (diff)
DB/Creature: Thistle Boar - Skinning Loot
* closes #15744 (cherry picked from commit 54341dc8ab77d48c0c0c245648e6fd51bed3e0eb)
-rw-r--r--sql/updates/world/2015_11_06_14_world_2015_10_20_03.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_06_14_world_2015_10_20_03.sql b/sql/updates/world/2015_11_06_14_world_2015_10_20_03.sql
new file mode 100644
index 00000000000..23f7ba806c1
--- /dev/null
+++ b/sql/updates/world/2015_11_06_14_world_2015_10_20_03.sql
@@ -0,0 +1,6 @@
+-- Thistle Boar - Skinning Loot
+UPDATE `creature_template` SET `skinloot`=1985 WHERE `entry`=1985;
+DELETE FROM `skinning_loot_template` WHERE `Entry`=1985;
+INSERT INTO `skinning_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
+(1985, 2934, 0, 88, 0, 1, 1, 1, 1, NULL),
+(1985, 2318, 0, 10, 0, 1, 1, 1, 1, NULL);