diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-07 16:57:12 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-07 16:57:12 +0000 |
commit | f2d07fe0484b42a099b41f2940351b7b2b1bf8f4 (patch) | |
tree | 76d67445355d2ef4b4990edfdc6bdd973810121b /src/map/status.h | |
parent | 4862df1325bab71999a31fbbae196df361cea929 (diff) | |
download | hercules-f2d07fe0484b42a099b41f2940351b7b2b1bf8f4.tar.gz hercules-f2d07fe0484b42a099b41f2940351b7b2b1bf8f4.tar.bz2 hercules-f2d07fe0484b42a099b41f2940351b7b2b1bf8f4.tar.xz hercules-f2d07fe0484b42a099b41f2940351b7b2b1bf8f4.zip |
- Added missing creation/destruction of the expcache_ers in guild.c
- Unified status_remove_buffs/status_remove_debuffs into a single function.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5946 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h index 321724f53..df6cde41f 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -510,8 +510,7 @@ int status_change_end( struct block_list* bl , int type,int tid ); int status_change_timer(int tid, unsigned int tick, int id, int data);
int status_change_timer_sub(struct block_list *bl, va_list ap );
int status_change_clear(struct block_list *bl,int type);
-int status_change_clear_buffs(struct block_list *bl);
-int status_change_clear_debuffs(struct block_list *bl);
+int status_change_clear_buffs(struct block_list *bl, int type);
int status_calc_pet(struct map_session_data* sd, int first); // [Skotlex]
int status_calc_pc(struct map_session_data* sd,int first);
|