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 b523963d9..f53aa112c 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, 23)); + return abc.charAt(rand(0, 25)); } public void setDroidHue(obj_id self) throws InterruptedException {