Examples of storeCharacter()


Examples of marauroa.server.game.db.CharacterDAO.storeCharacter()

      RPObject object = characterDAO.loadCharacter(transaction, username, characterName);

      process(admin, object, args);

      // safe it back
      characterDAO.storeCharacter(transaction, username, characterName, object);
      TransactionPool.get().commit(transaction);

      // remove from world
      IRPZone zone = StendhalRPWorld.get().getRPZone(object.getID());
      if (zone != null) {
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.