From ad71a69efdce00af3c6942b78b62dd2f128f192f Mon Sep 17 00:00:00 2001 From: Kandera Date: Thu, 5 Jul 2012 13:18:40 -0400 Subject: Core/Loot: fix a typo from previous commit. (thx joschiwald) --- sql/updates/world/2012_07_05_00_world_item_template.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates') diff --git a/sql/updates/world/2012_07_05_00_world_item_template.sql b/sql/updates/world/2012_07_05_00_world_item_template.sql index be6dc1979c1..d4240ca65a7 100644 --- a/sql/updates/world/2012_07_05_00_world_item_template.sql +++ b/sql/updates/world/2012_07_05_00_world_item_template.sql @@ -1 +1 @@ -UPDATE `item_template` SET `flagsCustom` = `flagsCustom` | 3 WHERE `entry` IN (50226,50231,50274); +UPDATE `item_template` SET `flagsCustom` = `flagsCustom` | 4 WHERE `entry` IN (50226,50231,50274); -- cgit v1.2.3