diff --git a/sku.0/sys.server/compiled/game/script/creature/droid_setup.java b/sku.0/sys.server/compiled/game/script/creature/droid_setup.java index b3c5140ef..b523963d9 100755 --- a/sku.0/sys.server/compiled/game/script/creature/droid_setup.java +++ b/sku.0/sys.server/compiled/game/script/creature/droid_setup.java @@ -58,7 +58,7 @@ public class droid_setup extends script.base_script public char getLetter() throws InterruptedException { String abc = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; - return abc.charAt(rand(0, abc.length() - 1)); + return abc.charAt(rand(0, 23)); } public void setDroidHue(obj_id self) throws InterruptedException {