
- Added back the missing code that substracts arrows when normal-attacking. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6554 54d463be-8e91-2dee-dedb-b68131a5f0ec
3 lines
113 B
SQL
3 lines
113 B
SQL
ALTER TABLE `loginlog` CHANGE `ip` `ip` CHAR( 15 ) NOT NULL;
|
|
ALTER TABLE `loginlog` ADD INDEX ( `ip` ( 15 ) );
|