Removed trailing whitespaces and CRLFs
[auctionmangos.git] / sql / updates / 0.5 / 2156_character.sql
blob9d0f088c628e76b0ee7389419681f4152ca9cfff
1 ALTER TABLE `character`
2     ADD `totaltime` int(11) unsigned NOT NULL default '0',
3     ADD `leveltime` int(11) unsigned NOT NULL default '0';