diff options
author | Rushor <PBienati@web.de> | 2015-10-20 11:47:44 +0200 |
---|---|---|
committer | Rushor <PBienati@web.de> | 2015-10-20 11:47:44 +0200 |
commit | 54341dc8ab77d48c0c0c245648e6fd51bed3e0eb (patch) | |
tree | abd4418e56d2fd9b82c049a20695bd1ab60ebc4c | |
parent | 85616fcec3afde5fb6d456341d1b192b5d44d5bd (diff) |
DB/Creature: Thistle Boar - Skinning Loot
* closes #15744
-rw-r--r-- | sql/updates/world/2015_10_20_03_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_20_03_world.sql b/sql/updates/world/2015_10_20_03_world.sql new file mode 100644 index 00000000000..23f7ba806c1 --- /dev/null +++ b/sql/updates/world/2015_10_20_03_world.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); |