mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Messages] Remove duplicate you have lost a level message (#3323)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user