From 4b211cc39158e74c1f1113015a1eadc8344547c1 Mon Sep 17 00:00:00 2001 From: skotlex Date: Sun, 23 Apr 2006 05:40:58 +0000 Subject: - Added -fstack-protector to the Makefile, commented out by default. - Increased all chase/follow skill rates by 10 since their trigger rate has been decreased by that much due to the unit-data update. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6237 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map') diff --git a/src/map/pc.c b/src/map/pc.c index 0c40d1de4..d3b023e0b 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -150,6 +150,7 @@ int pc_delinvincibletimer(struct map_session_data *sd) { if(sd->invincible_timer != -1) { delete_timer(sd->invincible_timer,pc_invincible_timer); sd->invincible_timer = -1; + skill_unit_move(&sd->bl,gettick(),1); } return 0; } -- cgit v1.2.3-70-g09d2