Typo fix for Paragon it should be IsParagon
This commit is contained in:
parent
5624873cd7
commit
417cf95e0c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ namespace Server.Mobiles
|
|||
[CommandProperty( AccessLevel.GameMaster )]
|
||||
public int DevourGoal
|
||||
{
|
||||
get { return ( this.Paragon ? m_DevourGoal + 25 : m_DevourGoal ); }
|
||||
get { return ( IsParagon ? m_DevourGoal + 25 : m_DevourGoal ); }
|
||||
set { m_DevourGoal = value; }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue