mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Consolidated MaterialManager class
This commit is contained in:
parent
49ccfc34ec
commit
46740027df
38 changed files with 157 additions and 159 deletions
|
|
@ -367,7 +367,7 @@ public final class Static36 {
|
|||
} else {
|
||||
outer:
|
||||
for (i = component.updatedInventoriesReaderIndex; i < Static111.updatedInventoriesWriterIndex; i++) {
|
||||
skill = Static27.updatedInventories[i & 0x1F];
|
||||
skill = Inv.updatedInventories[i & 0x1F];
|
||||
for (k = 0; k < component.inventoryTriggers.length; k++) {
|
||||
if (component.inventoryTriggers[k] == skill) {
|
||||
request2 = new HookRequest();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue