mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Rename Class3_Sub2_Sub14 to InvType
This commit is contained in:
parent
bf151a0e12
commit
a169470107
50 changed files with 507 additions and 507 deletions
|
|
@ -31,10 +31,10 @@ public final class Static14 {
|
|||
|
||||
@OriginalMember(owner = "client!bd", name = "a", descriptor = "(BI)V")
|
||||
public static void method475(@OriginalArg(1) int arg0) {
|
||||
@Pc(8) Inv local8 = (Inv) Static20.aClass133_2.method3863((long) arg0);
|
||||
@Pc(8) Inv local8 = (Inv) Static20.objectContainerCache.get((long) arg0);
|
||||
if (local8 != null) {
|
||||
for (@Pc(24) int local24 = 0; local24 < local8.anIntArray420.length; local24++) {
|
||||
local8.anIntArray420[local24] = -1;
|
||||
for (@Pc(24) int local24 = 0; local24 < local8.objectIds.length; local24++) {
|
||||
local8.objectIds[local24] = -1;
|
||||
local8.anIntArray422[local24] = 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue