fix: Fix Lord/Lady title display in paperdoll when fame >= 10000 (#2022)
This commit is contained in:
parent
94040f142c
commit
fefa06d4e0
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ namespace Server.Misc
|
|||
|
||||
if (karma <= ke.m_Karma || j == karmaEntries.Length - 1)
|
||||
{
|
||||
if (karma >= 10000)
|
||||
if (fame >= 10000)
|
||||
{
|
||||
if (beheld.Female)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue