Underground update.

This commit is contained in:
MobiusDev
2015-11-07 01:36:06 +00:00
parent cf1f829606
commit 37dbd02716
750 changed files with 102520 additions and 58051 deletions

View File

@@ -74,7 +74,7 @@ public class PledgeApplicantInfo
public int getClassId()
{
if (isOnline() && (getPlayerInstance().getBaseClass() != _classId))
if (isOnline() && (getPlayerInstance().getBaseClassId() != _classId))
{
_classId = getPlayerInstance().getClassId().getId();
}

View File

@@ -53,7 +53,7 @@ public class PledgeWaitingInfo
public int getPlayerClassId()
{
if (isOnline() && (getPlayerInstance().getBaseClass() != _playerClassId))
if (isOnline() && (getPlayerInstance().getBaseClassId() != _playerClassId))
{
_playerClassId = getPlayerInstance().getClassId().getId();
}