From 4bfb96fbcfb5a64cbaf70ede0a2f682987f1a877 Mon Sep 17 00:00:00 2001 From: Kandera Date: Thu, 7 Jun 2012 14:05:52 -0400 Subject: Core/Loot: fix mistake in previous commit. also fix flags in sql. i did things backwards ^^ --- sql/updates/world/2012_06_07_03_world_item_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_06_07_03_world_item_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_06_07_03_world_item_template.sql b/sql/updates/world/2012_06_07_03_world_item_template.sql new file mode 100644 index 00000000000..a6caa15632e --- /dev/null +++ b/sql/updates/world/2012_06_07_03_world_item_template.sql @@ -0,0 +1 @@ +UPDATE `item_template` SET `flags` = 0 WHERE `entry` IN (50274,50226,50231); -- cgit v1.2.3