aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-09-01 21:45:22 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-09-01 21:45:22 +0200
commita43e97f02d1f50398c61797735a249c60e3d5c0a (patch)
tree18fa393824d174c5612d355eec15d858e09208d6
parent7facda2002e80401ce71ab7562042293eba62ad6 (diff)
SQL: Fix fail in 7facda2002e80401ce71ab7562042293eba62ad6
-rw-r--r--sql/updates/world/2013_09_01_05_world_skinning_loot_template.sql2
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);