package admincommands;
import com.aionemu.gameserver.model.gameobjects.player.Player;
import com.aionemu.gameserver.utils.chathandlers.AdminCommand;
/**
* @author ginho1
*/
public class ChangeRace extends AdminCommand {
public ChangeRace() {
super("changerace", "Switches your race to the opposite faction.");
}
@Override
public void execute(Player admin, String... params) {
admin.getCommonData().setRace(admin.getOppositeRace());
admin.getController().onChangedPlayerAttributes();
admin.getController().updateNearbyQuests();
}
}
순위 | 닉네임 | 포인트 |
---|---|---|
1 |
![]() |
100,792 |
2 |
![]() |
58,079 |
3 |
![]() |
51,771 |
4 |
![]() |
36,923 |
5 |
![]() |
35,011 |
6 |
![]() |
29,969 |
7 |
![]() |
29,470 |
8 |
![]() |
29,077 |
9 |
![]() |
28,199 |
10 |
![]() |
17,020 |