From 37c603ec06e864e0daff41ac5fe67fc005561d70 Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 4 May 2009 12:29:54 +0000 Subject: Reverted the "The md5() of their kafra code is now stored in #kafra_code$" change from r13728. Added md5calc to vs8/vs7/vs6 project files. Applied svn:eol-style to the new sql upgrade file. Note that if you already applied the sql upgrade, your kafra passwords are lost. Also note that txt users will still have to implement their own migration code into the kafra scripts since it was omitted in the previous commits. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13729 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/eAAC_Scripts/quest_warper.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'npc/custom') diff --git a/npc/custom/eAAC_Scripts/quest_warper.txt b/npc/custom/eAAC_Scripts/quest_warper.txt index 650ee3a6e..7ff06cd2e 100644 --- a/npc/custom/eAAC_Scripts/quest_warper.txt +++ b/npc/custom/eAAC_Scripts/quest_warper.txt @@ -71,7 +71,6 @@ // - Special warpname menu option name bug fixed //-2.1 Updated names to fall within retrictions. [L0ne_W0lf] //-2.2 #kafra_code is now stored as is. [brianluau] -//-2.2b The md5() of their kafra code is now stored in #kafra_code$ [brianluau] //================================================================= //========================Function=&=Script======================== @@ -598,11 +597,11 @@ L_Storage: end; F_CheckKafCode: - if(#kafra_code$=="") return; + if(#kafra_code==0) return; mes "Enter your storage password:"; set @code_,0; input @code_; - if(md5(@code_) != #kafra_code$) { + if(@code_ != #kafra_code) { dispbottom "Wrong storage password."; close; } -- cgit v1.2.3-60-g2f50