Class UpdatePlayerEntities
java.lang.Object
games.stendhal.tools.playerUpdate.UpdatePlayerEntities
Loads all Players from the database, performs update operations and saves afterwards.
- Author:
- madmetzger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Inits all RPClasses, has to be called before doing update.static void
-
Constructor Details
-
UpdatePlayerEntities
public UpdatePlayerEntities()
-
-
Method Details
-
initRPClasses
public void initRPClasses()Inits all RPClasses, has to be called before doing update. Split off due to testing issues. -
main
-