diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-05-02 23:08:10 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-05-02 23:08:10 +0200 |
commit | 28da592ad13e05eb6b25335fa83bfd4da80fdc94 (patch) | |
tree | 2a07399d9a7cb6acfba32074fbbb11a9855fb89c | |
parent | d8e4e164c6b54444a233db9613f4564085410c7d (diff) |
DB/Loot: Add loot for 25 man to Stinky & Precious, Add Skinning loot; Fix naming in previous SQL submission
Closes #6370
-rw-r--r-- | sql/updates/world/2012_05_01_00_world_creature.sql (renamed from sql/updates/world/2012_05_1_00_world_creature.sql) | 0 | ||||
-rw-r--r-- | sql/updates/world/2012_05_02_00_world_creature_loot_template.sql | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_1_00_world_creature.sql b/sql/updates/world/2012_05_01_00_world_creature.sql index c0509d0d132..c0509d0d132 100644 --- a/sql/updates/world/2012_05_1_00_world_creature.sql +++ b/sql/updates/world/2012_05_01_00_world_creature.sql diff --git a/sql/updates/world/2012_05_02_00_world_creature_loot_template.sql b/sql/updates/world/2012_05_02_00_world_creature_loot_template.sql new file mode 100644 index 00000000000..f0721e63635 --- /dev/null +++ b/sql/updates/world/2012_05_02_00_world_creature_loot_template.sql @@ -0,0 +1,8 @@ +DELETE FROM `creature_loot_template` WHERE `entry` IN(38064,38103); +INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES +-- Precious 25 man +(38103,1,100,1,0,-35069,2), -- Two From ICC Trashgenerated on Precious +(38103,52019,30,1,0,1,1), -- Precious Ribbon on Precious +(38064,1,100,1,0,-35069,2); -- Two From ICC Trashgenerated on Stinky +-- add skinning loot for Stinky & Precious +UPDATE `creature_template` SET `skinloot`=70214 WHERE `entry` IN (37025,38064,37217,38103); |