[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / sql / updates / 0.6 / 2516_auctionhouse.sql
blob78fe6089177fdb086abf0fabf2eba5c558030091
1 DELETE FROM `auctionhouse`;
2 ALTER TABLE `auctionhouse`
3   DROP `id`,
4   ADD `id` bigint(20) unsigned NOT NULL default '0' FIRST,
5   ADD `location` tinyint(3) unsigned NOT NULL default '3';