mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Removed my bookmark comments and cleaned up itemtick for cases where there are no tick items.
This commit is contained in:
@@ -290,7 +290,6 @@ void Client::SetEXP(uint32 set_exp, uint32 set_aaxp, bool isrezzexp) {
|
||||
if(check_level > maxlevel) {
|
||||
check_level = maxlevel;
|
||||
|
||||
//DCBOOKMARK
|
||||
if(RuleB(Character, KeepLevelOverMax))
|
||||
{
|
||||
set_exp = GetEXPForLevel(GetLevel()+1);
|
||||
|
||||
Reference in New Issue
Block a user