damn double checks everywhere ...

This commit is contained in:
Groot
2016-05-26 15:52:08 +01:00
parent 5e3d96a3bd
commit 8906f84002
@@ -2747,7 +2747,7 @@ public class terminal_character_builder extends script.base_script
closeOldWindow(player);
return SCRIPT_CONTINUE;
}
String[] beasts = (!isGod(player) ? BEAST_OPTIONS_FOR_PLAYERS : BEAST_OPTIONS);
String[] beasts = BEAST_OPTIONS;
if (idx == -1 || idx > beasts.length)
{
cleanScriptVars(player);