mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
[Cleanup] Remove Unused Mod Hooks (#2856)
- Removes old `mod_` hooks that have gone unused for years in favor of Lua mods.
This commit is contained in:
@@ -1066,8 +1066,6 @@ uint32 Client::GetEXPForLevel(uint16 check_level)
|
||||
finalxp = uint64(finalxp * classmod);
|
||||
}
|
||||
|
||||
finalxp = mod_client_xp_for_level(finalxp, check_level);
|
||||
|
||||
return finalxp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user