mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-10 21:21:01 -06:00
Client renaming
This commit is contained in:
parent
9c3e171a9d
commit
35cf0a6705
73 changed files with 565 additions and 572 deletions
|
|
@ -285,7 +285,7 @@ final class NPC extends Class140_Sub4 {
|
|||
|
||||
final int getRenderAnimationId() {
|
||||
try {
|
||||
if(Class158.anInt2014 != 0 && this.definition.childNPCs != null) {
|
||||
if(Class158.paramGameTypeID != 0 && this.definition.childNPCs != null) {
|
||||
NPCDefinition var2 = this.definition.method1471((byte)21);
|
||||
if(var2 != null && var2.renderAnimationId != -1) {
|
||||
return var2.renderAnimationId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue