mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-09 09:12:25 +00:00
client_mods.cpp cleanup
This commit is contained in:
parent
8da864bada
commit
6d763256f1
@ -18,23 +18,17 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include "../common/debug.h"
|
#include "../common/debug.h"
|
||||||
#include "../common/spdat.h"
|
|
||||||
#include "../common/packet_dump.h"
|
|
||||||
#include "../common/packet_functions.h"
|
|
||||||
#include "../common/serverinfo.h"
|
|
||||||
#include "../common/zone_numbers.h"
|
|
||||||
#include "../common/moremath.h"
|
|
||||||
#include "../common/guilds.h"
|
|
||||||
#include "../common/logsys.h"
|
#include "../common/logsys.h"
|
||||||
|
#include "../common/spdat.h"
|
||||||
|
#include "../common/rulesys.h"
|
||||||
#include "masterentity.h"
|
#include "masterentity.h"
|
||||||
#include "worldserver.h"
|
#include "npc_ai.h"
|
||||||
#include "zonedb.h"
|
|
||||||
#include "petitions.h"
|
#include "petitions.h"
|
||||||
#include "string_ids.h"
|
#include "string_ids.h"
|
||||||
#include "npc_ai.h"
|
#include "worldserver.h"
|
||||||
|
#include "zonedb.h"
|
||||||
|
|
||||||
|
|
||||||
// Return max stat value for level
|
|
||||||
int32 Client::GetMaxStat() const {
|
int32 Client::GetMaxStat() const {
|
||||||
|
|
||||||
if((RuleI(Character, StatCap)) > 0)
|
if((RuleI(Character, StatCap)) > 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user