Admin set class for death knight needed adjustments.

This commit is contained in:
MobiusDevelopment
2021-11-07 23:03:07 +00:00
parent 36b63b34b3
commit e136093d2c
6 changed files with 35 additions and 3 deletions

View File

@@ -8707,6 +8707,11 @@ public class PlayerInstance extends Playable
return _isDeathKnight;
}
public void setDeathKnight(boolean value)
{
_isDeathKnight = value;
}
public boolean isMounted()
{
return _mountType != MountType.NONE;