summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-02 20:38:36 -0300
committershennetsind <ind@henn.et>2013-04-02 20:38:36 -0300
commit98b26ebbe6b4df336cfccc38821b7a52d5980d01 (patch)
tree7a2bd4150ad36a5e2475a8e63a254b27a6ec72bc /src/map/clif.c
parent18e72749f736e05a7a40b25383faa5c9d12f815e (diff)
downloadhercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.tar.gz
hercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.tar.bz2
hercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.tar.xz
hercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.zip
Introducing New/Official mapflag: invincible_time_inc
Used officially in gvg maps (Implemented under GvG zone) Special Thanks to Muad_Dib! Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 1192fcf8f..588f6a853 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -9197,10 +9197,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd)
guild_send_memberinfoshort(sd,1);
if(battle_config.pc_invincible_time > 0) {
- if(map_flag_gvg(sd->bl.m))
- pc_setinvincibletimer(sd,battle_config.pc_invincible_time<<1);
- else
- pc_setinvincibletimer(sd,battle_config.pc_invincible_time);
+ pc_setinvincibletimer(sd,battle_config.pc_invincible_time);
}
if( map[sd->bl.m].users++ == 0 && battle_config.dynamic_mobs )