summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-17 00:40:26 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-17 00:40:26 +0300
commit428c65b5c8d000d1cf3b3540de5bd91124c76113 (patch)
tree9d93af42c22aa95d61a2c06e5f73786fdbca75d2 /src/map/pc.h
parent30b7aeb3fc9ccec754f404d8c7b73b80983388aa (diff)
downloadevol-hercules-428c65b5c8d000d1cf3b3540de5bd91124c76113.tar.gz
evol-hercules-428c65b5c8d000d1cf3b3540de5bd91124c76113.tar.bz2
evol-hercules-428c65b5c8d000d1cf3b3540de5bd91124c76113.tar.xz
evol-hercules-428c65b5c8d000d1cf3b3540de5bd91124c76113.zip
map: change exp table validation for only used classes.
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index cfc37a0..429a74d 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -21,4 +21,6 @@ bool epc_can_attack (struct map_session_data *sd, int *target_id);
int epc_takeitem(struct map_session_data *sd, struct flooritem_data *fitem);
+void epc_validate_levels(void);
+
#endif // EVOL_MAP_PC