forked from 2009Scape/Server
Named both loading screen bar draws
Added notes on some of the interface draws (alpha boxes/container borders)
This commit is contained in:
parent
d821ac7197
commit
fc66ab98c8
44 changed files with 5637 additions and 5695 deletions
|
|
@ -1064,7 +1064,7 @@ public final class PacketParser {
|
|||
return true;
|
||||
} else if (Unsorted.incomingOpcode == 191) {
|
||||
nodeModelId = BufferedDataStream.incomingBuffer.readUnsignedShortLE();
|
||||
Class3_Sub28_Sub1.method532(nodeModelId);
|
||||
CS2Methods.method532(nodeModelId);
|
||||
QuickChatDefinition.anIntArray3565[Unsorted.bitwiseAnd(31, Unsorted.anInt944++)] = Unsorted.bitwiseAnd(nodeModelId, 32767);
|
||||
Unsorted.incomingOpcode = -1;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue