This commit is contained in:
Treeku
2014-07-14 04:13:31 +01:00
+1 -2
View File
@@ -222,11 +222,10 @@ public class DevService implements INetworkDispatch {
// Character
case 10: // Set combat level to 90
if (player.getAttachment("hasLeveled") != null) {
if (player.getAttachment("hasLeveled") == null) {
player.setAttachment("hasLeveled", true);
core.playerService.grantLevel(player, 90);
}
//core.playerService.giveExperience(player, 999999999);
return;
case 11: // Give 100,000 credits
player.setCashCredits(player.getCashCredits() + 100000);