mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
client_mods.cpp header cleanup
This commit is contained in:
parent
d20c9c9ac6
commit
b90897c513
@ -15,18 +15,20 @@
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
#include <algorithm>
|
|
||||||
|
|
||||||
#include "../common/debug.h"
|
#include "../common/debug.h"
|
||||||
#include "../common/logsys.h"
|
#include "../common/logsys.h"
|
||||||
#include "../common/spdat.h"
|
|
||||||
#include "../common/rulesys.h"
|
#include "../common/rulesys.h"
|
||||||
#include "masterentity.h"
|
#include "../common/spdat.h"
|
||||||
#include "npc_ai.h"
|
|
||||||
#include "petitions.h"
|
#include "client.h"
|
||||||
#include "string_ids.h"
|
#include "mob.h"
|
||||||
#include "worldserver.h"
|
|
||||||
#include "zonedb.h"
|
#ifdef BOTS
|
||||||
|
#include "bot.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
||||||
int32 Client::GetMaxStat() const {
|
int32 Client::GetMaxStat() const {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user