From 7c1a189bd39ea11bbb42c412b57fa7421286cf98 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 21 May 2010 22:45:47 +0200 Subject: Fixed disenchanting rolls being allowed for all items, now works as intended Renamed Faction to Flags2 in ItemPrototype and added use for some of them yay, my first commit :D --HG-- branch : trunk --- sql/updates/8255_world_item_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/8255_world_item_template.sql (limited to 'sql') diff --git a/sql/updates/8255_world_item_template.sql b/sql/updates/8255_world_item_template.sql new file mode 100644 index 00000000000..7fc29b24834 --- /dev/null +++ b/sql/updates/8255_world_item_template.sql @@ -0,0 +1 @@ +ALTER TABLE `item_template` CHANGE `Faction` `FlagsExtra` INT(10) UNSIGNED NOT NULL DEFAULT '0'; -- cgit v1.2.3