diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-03 23:02:55 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-03 23:02:55 +0000 |
commit | 56d45e029ebc3e406fd1fce37790d2d72dac6536 (patch) | |
tree | 9468c27352f73e9186620adbba3e17c07c70f7b1 /src/map/pc.h | |
parent | bd3a5a73ae175a4bbb6095b1fda3266433ac5803 (diff) | |
download | hercules-56d45e029ebc3e406fd1fce37790d2d72dac6536.tar.gz hercules-56d45e029ebc3e406fd1fce37790d2d72dac6536.tar.bz2 hercules-56d45e029ebc3e406fd1fce37790d2d72dac6536.tar.xz hercules-56d45e029ebc3e406fd1fce37790d2d72dac6536.zip |
- Made regen work always, like Hp/Sp Loss, it no longer displays healing numbers as well.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11118 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 3b404388d..b5d29a550 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -264,7 +264,7 @@ struct map_session_data *pc_get_mother(struct map_session_data *sd); struct map_session_data *pc_get_child(struct map_session_data *sd); void pc_bleeding (struct map_session_data *sd, unsigned int diff_tick); -void pc_regen (struct map_session_data *sd, unsigned int diff_tick, int flag); +void pc_regen (struct map_session_data *sd, unsigned int diff_tick); int pc_set_gm_level(int account_id, int level); void pc_setstand(struct map_session_data *sd); |