diff options
-rw-r--r-- | sql/updates/world/2013_09_01_05_world_skinning_loot_template.sql | 2 |
1 files changed, 1 insertions, 1 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 dad8462242e..b9d4810bedb 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 @@ -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); |