From 0fa978f156779e2f8f8d7e7b0f04d3973ab97c0a Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 11 May 2006 13:38:30 +0000 Subject: - Added the missing semi-comma from the upgrade_svn6533.sql file. Thanks to Tanaous - Added back the missing code that substracts arrows when normal-attacking. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6554 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/upgrade_svn6533.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql-files') diff --git a/sql-files/upgrade_svn6533.sql b/sql-files/upgrade_svn6533.sql index 5dffe0293..60550dbe6 100644 --- a/sql-files/upgrade_svn6533.sql +++ b/sql-files/upgrade_svn6533.sql @@ -1,2 +1,2 @@ -ALTER TABLE `loginlog` CHANGE `ip` `ip` CHAR( 15 ) NOT NULL -ALTER TABLE `loginlog` ADD INDEX ( `ip` ( 15 ) ) +ALTER TABLE `loginlog` CHANGE `ip` `ip` CHAR( 15 ) NOT NULL; +ALTER TABLE `loginlog` ADD INDEX ( `ip` ( 15 ) ); -- cgit v1.2.3-60-g2f50