From 9494fde90d8fe5cbffb324663d5d2d5b48ee601b Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 11 Oct 2007 09:07:44 +0000 Subject: Removed the check that prevented Warp Portal from opening after you picked the destination, if there was someone blocking the cell. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11406 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/map/pc.h') diff --git a/src/map/pc.h b/src/map/pc.h index 97f08c78b..fcf3665f9 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -289,9 +289,8 @@ struct skill_tree_entry { extern struct skill_tree_entry skill_tree[MAX_PC_CLASS][MAX_SKILL_TREE]; int pc_read_gm_account(int fd); -int pc_setinvincibletimer(struct map_session_data *sd,int); -void pc_delinvincibletimer_sub(struct map_session_data *sd); -#define pc_delinvincibletimer(sd) if ((sd)->invincible_timer != INVALID_TIMER) pc_delinvincibletimer_sub(sd) +void pc_setinvincibletimer(struct map_session_data* sd, int val); +void pc_delinvincibletimer(struct map_session_data* sd); int pc_addspiritball(struct map_session_data *sd,int,int); int pc_delspiritball(struct map_session_data *sd,int,int); -- cgit v1.2.3-60-g2f50