diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-14 09:45:56 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-14 09:45:56 +0000 |
commit | e1c7f1b188ed441801a0ad9932c08fc7e17517ca (patch) | |
tree | 9fb3f791513861b7ad66898e9ccaa8c8ddd65f71 /src/map/pc.h | |
parent | 46e3a8ecf6c3582876e195a62add9a5ccf3dd62c (diff) | |
download | hercules-e1c7f1b188ed441801a0ad9932c08fc7e17517ca.tar.gz hercules-e1c7f1b188ed441801a0ad9932c08fc7e17517ca.tar.bz2 hercules-e1c7f1b188ed441801a0ad9932c08fc7e17517ca.tar.xz hercules-e1c7f1b188ed441801a0ad9932c08fc7e17517ca.zip |
Follow up r16632, added check on level up so that the equip is automatically unequipped when you leave the elvmax range, special thanks to mistah_j for pointing out.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16633 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 0669edf3e..a62ea2b3b 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -924,4 +924,6 @@ int pc_load_combo(struct map_session_data *sd); int pc_add_talisman(struct map_session_data *sd,int interval,int max,int type); int pc_del_talisman(struct map_session_data *sd,int count,int type); +void pc_baselevelchanged(struct map_session_data *sd); + #endif /* _PC_H_ */ |