From 2875015cd6264e6e65f39bd805eef0f913eaebac Mon Sep 17 00:00:00 2001 From: brianluau Date: Sun, 3 May 2009 04:30:20 +0000 Subject: * Removed the obfuscation of the #kafra_code password. (bugreport:2323) TODO: add a 'md5()' script command and use that instead. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13719 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/upgrade_svn13719.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql-files/upgrade_svn13719.sql (limited to 'sql-files/upgrade_svn13719.sql') diff --git a/sql-files/upgrade_svn13719.sql b/sql-files/upgrade_svn13719.sql new file mode 100644 index 000000000..5039ece6c --- /dev/null +++ b/sql-files/upgrade_svn13719.sql @@ -0,0 +1 @@ +UPDATE `global_reg_value` SET `value` = (`value` - `account_id` - 1337) WHERE `str` = '#kafra_code'; -- cgit v1.2.3-60-g2f50