From b668bd6ff11676f2fa7aa9b0fe87a7d19c7981c1 Mon Sep 17 00:00:00 2001 From: Kandera Date: Thu, 7 Jun 2012 13:05:22 -0400 Subject: DB/ItemTemplate: make rotface/festergut acidic blood and shadowfrost shards adhere to party loot rules. --- sql/updates/world/2012_06_07_02_world_item_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_06_07_02_world_item_template.sql (limited to 'sql') diff --git a/sql/updates/world/2012_06_07_02_world_item_template.sql b/sql/updates/world/2012_06_07_02_world_item_template.sql new file mode 100644 index 00000000000..fdf3cce7c24 --- /dev/null +++ b/sql/updates/world/2012_06_07_02_world_item_template.sql @@ -0,0 +1 @@ +UPDATE `item_template` SET `flags` = `flags` | 2048 WHERE `entry` IN (50274,50226,50231); -- cgit v1.2.3