mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-09-12 23:45:12 -04:00
Initial Cleanup
This commit is contained in:
@@ -51,7 +51,7 @@ public class heroic_token_box extends script.base_script
|
||||
for (int i = 0; i < tokenTypes.length; i++)
|
||||
{
|
||||
names[free] = utils.packStringId(new string_id("static_item_n", trial.HEROIC_TOKENS[i]));
|
||||
attribs[free++] = "" + tokenTypes[i];
|
||||
attribs[free++] = Integer.toString(tokenTypes[i]);
|
||||
}
|
||||
}
|
||||
return SCRIPT_CONTINUE;
|
||||
|
||||
Reference in New Issue
Block a user