DB/Loot: make sure to update & delete the right templates, updated file!

This commit is contained in:
ZxBiohazardZx
2013-09-01 21:41:12 +02:00
parent ed38441271
commit 7facda2002

View File

@@ -64,7 +64,7 @@ UPDATE `creature_template` SET `skinloot`=@var+6 WHERE `skinloot` IN (1225,3653,
DELETE FROM `skinning_loot_template` WHERE `entry` IN (1225,3653,3851,3853,3854,3855,3861,3862,3864,3865,3914,5058);
-- Var+7
-- --------------------------------------------------------------------------------------
UPDATE `creature_template` SET `skinloot`=@var+7 WHERE `skinloot` IN (3653,3851,3853,3854,3855,3861,3862,3864,3865,3914,5058);
UPDATE `creature_template` SET `skinloot`=@var+7 WHERE `skinloot` IN (3857,3859,3866,3868,3886,4279,4511,4514,4824,4827,4887,14357);
DELETE FROM `skinning_loot_template` WHERE `entry` IN (3857,3859,3866,3868,3886,4279,4511,4514,4824,4827,4887,14357);
-- Var+8
-- --------------------------------------------------------------------------------------
@@ -113,7 +113,7 @@ DELETE FROM `skinning_loot_template` WHERE `entry` IN
-- Var+14
UPDATE `creature_template` SET `skinloot`=@var+14 WHERE `skinloot` IN
( 730,1087,1511,1514,1516,1550,1551,1558,2657,2658,2734,4389,4841,5224,5260,5268,5272,5300,
5304,5305,5307,5308,5419,5420,5425,5426,7268,11786,12741);
5304,5305,5307,5308,5419,5420,5425,5426,7268,11786,12741
DELETE FROM `skinning_loot_template` WHERE `entry` IN
( 730,1087,1511,1514,1516,1550,1551,1558,2657,2658,2734,4389,4841,5224,5260,5268,5272,5300,
5304,5305,5307,5308,5419,5420,5425,5426,7268,11786,12741);