mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Messages] Remove duplicate you have lost a level message (#3323)
This commit is contained in:
parent
e19b8d3056
commit
71ebf1b2d4
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user