summaryrefslogtreecommitdiff
path: root/sql-files
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-11 13:38:30 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-11 13:38:30 +0000
commit0fa978f156779e2f8f8d7e7b0f04d3973ab97c0a (patch)
tree0f94f520efe85208752a3016e4059b95d080870e /sql-files
parentef96dc4ab24074431b4d7463cfc0a6077fcd311e (diff)
downloadhercules-0fa978f156779e2f8f8d7e7b0f04d3973ab97c0a.tar.gz
hercules-0fa978f156779e2f8f8d7e7b0f04d3973ab97c0a.tar.bz2
hercules-0fa978f156779e2f8f8d7e7b0f04d3973ab97c0a.tar.xz
hercules-0fa978f156779e2f8f8d7e7b0f04d3973ab97c0a.zip
- 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
Diffstat (limited to 'sql-files')
-rw-r--r--sql-files/upgrade_svn6533.sql4
1 files changed, 2 insertions, 2 deletions
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 ) );