Client renaming

This commit is contained in:
Woah 2021-03-23 04:17:16 -04:00
parent 9c3e171a9d
commit 35cf0a6705
73 changed files with 565 additions and 572 deletions

View file

@ -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;