diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-17 00:17:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-19 19:44:21 +0300 |
commit | b019a67078a5d4f5480ae8a618bb291e7802a95c (patch) | |
tree | 6fded7adf5b75cca39fb85d2fc221d89e27c1770 /src/map/pc.h | |
parent | e3426296a6add20845bd08013355fd3d5f975556 (diff) | |
download | hercules-b019a67078a5d4f5480ae8a618bb291e7802a95c.tar.gz hercules-b019a67078a5d4f5480ae8a618bb291e7802a95c.tar.bz2 hercules-b019a67078a5d4f5480ae8a618bb291e7802a95c.tar.xz hercules-b019a67078a5d4f5480ae8a618bb291e7802a95c.zip |
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] **/ |