Only UF and earlier have the CORPSE_ITEM_LOST string

Let's not confuse players with missing messages I guess
This commit is contained in:
Michael Cook (mackal) 2020-09-20 13:55:45 -04:00
parent 5e93746e8c
commit 32f4722c0f

View File

@ -718,7 +718,8 @@ void Client::SetEXP(uint32 set_exp, uint32 set_aaxp, bool isrezzexp) {
else
Message(Chat::Yellow, "Welcome to level %i!", check_level);
if (check_level == RuleI(Character, DeathItemLossLevel))
if (check_level == RuleI(Character, DeathItemLossLevel) &&
m_ClientVersionBit & EQ::versions::maskUFAndEarlier)
MessageString(Chat::Yellow, CORPSE_ITEM_LOST);
if (check_level == RuleI(Character, DeathExpLossLevel))