diff options
author | Haruna <haru@dotalux.com> | 2015-01-19 20:05:10 +0100 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2015-01-19 20:05:10 +0100 |
commit | 03709c136ad300be631adfd38dc36c2433bda718 (patch) | |
tree | b690163936b99640f78141f36320fb2921556747 /src/map/pc.h | |
parent | e3426296a6add20845bd08013355fd3d5f975556 (diff) | |
parent | def25b0d1ef77cfbd4ce09656c1cef9ec0a33269 (diff) | |
download | hercules-03709c136ad300be631adfd38dc36c2433bda718.tar.gz hercules-03709c136ad300be631adfd38dc36c2433bda718.tar.bz2 hercules-03709c136ad300be631adfd38dc36c2433bda718.tar.xz hercules-03709c136ad300be631adfd38dc36c2433bda718.zip |
Merge pull request #443 from 4144/pcext
Extract exp table validation into separate function.
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 7e2fa8558..152701119 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -1012,6 +1012,8 @@ struct pc_interface { bool (*db_checkid) (unsigned int class_); + void (*validate_levels) (void); + /** * Autotrade persistency [Ind/Hercules <3] **/ |