rathena/sql-files/upgrade_svn4941.sql
ultramage 4ca0b15de3 EOL-styled some more files
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9947 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-02 00:11:54 +00:00

6 lines
485 B
SQL

ALTER TABLE `char` MODIFY `last_map` varchar(20) NOT NULL default 'prontera.gat';
ALTER TABLE `char` MODIFY `last_x` smallint(11) unsigned NOT NULL default '53';
ALTER TABLE `char` MODIFY `last_y` smallint(11) unsigned NOT NULL default '111';
ALTER TABLE `char` MODIFY `save_map` varchar(20) NOT NULL default 'prontera.gat';
ALTER TABLE `char` MODIFY `save_x` smallint(11) unsigned NOT NULL default '53';
ALTER TABLE `char` MODIFY `save_y` smallint(11) unsigned NOT NULL default '111';