Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / sql / updates / 0.7 / 3875_item_template.sql
blob80a3dae58d6638f5dd3e57a05a68c0e090e00175
1 ALTER TABLE `item_template`
2   CHANGE COLUMN `Extra`   `RandomProperty_1` int(30) unsigned NOT NULL default '0',
3   CHANGE COLUMN `unk_203` `RandomProperty_2` int(30) unsigned NOT NULL default '0';