Package lineage2.gameserver.utils

Examples of lineage2.gameserver.utils.SecondaryPasswordAuth.savePassword()


    }
    SecondaryPasswordAuth spa = getClient().getSecondaryAuth();
    boolean exVal = false;
    if ((_changePass == 0) && !spa.passwordExist())
    {
      exVal = spa.savePassword(_password);
    }
    else if ((_changePass == 2) && spa.passwordExist())
    {
      exVal = spa.changePassword(_password, _newPassword);
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.