[Messages] Remove duplicate you have lost a level message (#3323)

This commit is contained in:
Paul Coene 2023-04-25 17:42:31 -04:00 committed by GitHub
parent e19b8d3056
commit 71ebf1b2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -783,8 +783,6 @@ void Client::SetEXP(uint64 set_exp, uint64 set_aaxp, bool isrezzexp) {
if (check_level == RuleI(Character, DeathExpLossLevel))
MessageString(Chat::Yellow, CORPSE_EXP_LOST);
}
else
MessageString(Chat::Experience, LOSE_LEVEL, ConvertArray(check_level, val1));
uint8 myoldlevel = GetLevel();