diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-09-01 21:41:12 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-09-01 21:41:12 +0200 |
commit | 7facda2002e80401ce71ab7562042293eba62ad6 (patch) | |
tree | 0f29b906b88615c4f3246fc8a1298d92f6f3678a | |
parent | ed38441271cce53f88f7bff51677d5b1f942be3a (diff) |
DB/Loot: make sure to update & delete the right templates, updated file!
-rw-r--r-- | sql/updates/world/2013_09_01_05_world_skinning_loot_template.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2013_09_01_05_world_skinning_loot_template.sql b/sql/updates/world/2013_09_01_05_world_skinning_loot_template.sql index 2f11ab6da1c..dad8462242e 100644 --- a/sql/updates/world/2013_09_01_05_world_skinning_loot_template.sql +++ b/sql/updates/world/2013_09_01_05_world_skinning_loot_template.sql @@ -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); |