From a43e97f02d1f50398c61797735a249c60e3d5c0a Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sun, 1 Sep 2013 21:45:22 +0200 Subject: SQL: Fix fail in 7facda2002e80401ce71ab7562042293eba62ad6 --- sql/updates/world/2013_09_01_05_world_skinning_loot_template.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') 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); -- cgit v1.2.3