diff options
author | Shauren <krzysiek.7.5.4@gmail.com> | 2010-05-21 22:45:47 +0200 |
---|---|---|
committer | Shauren <krzysiek.7.5.4@gmail.com> | 2010-05-21 22:45:47 +0200 |
commit | 7c1a189bd39ea11bbb42c412b57fa7421286cf98 (patch) | |
tree | 1a624bdb7f4f558c7e71959501ba1d1fb8217b8f /sql | |
parent | 1b5d171d0bf617fe00a41314d6b264fc679e7d56 (diff) |
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
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/8255_world_item_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |