diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-03 04:30:20 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-03 04:30:20 +0000 |
commit | 2875015cd6264e6e65f39bd805eef0f913eaebac (patch) | |
tree | 485493488bd2ad978014f1648fc82db8388bba41 /sql-files/upgrade_svn13719.sql | |
parent | ef08f4141b514acd0a78af87efe7eabe700571d1 (diff) | |
download | hercules-2875015cd6264e6e65f39bd805eef0f913eaebac.tar.gz hercules-2875015cd6264e6e65f39bd805eef0f913eaebac.tar.bz2 hercules-2875015cd6264e6e65f39bd805eef0f913eaebac.tar.xz hercules-2875015cd6264e6e65f39bd805eef0f913eaebac.zip |
* 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
Diffstat (limited to 'sql-files/upgrade_svn13719.sql')
-rw-r--r-- | sql-files/upgrade_svn13719.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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';
|