fix: Fix Lord/Lady title display in paperdoll when fame >= 10000 (#2022)

This commit is contained in:
Reetus 2024-12-17 03:28:52 +07:00 committed by GitHub
parent 94040f142c
commit fefa06d4e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
{