From 9212ac09f4c80361ba4e69273bc9e9a265d27f25 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 7 Sep 2006 20:24:41 +0000 Subject: - Changed the default of sg_angel_skill_ratio to 10 based on recent information from Tharis. - Cleaned up the doridori parse clif function. - Moved doridori_counter to state.doridori - Merged some of mpeg's work on NJ skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8665 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index dcd87f294..4249babd4 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -595,6 +595,7 @@ struct map_session_data { unsigned rewarp :1; //Signals that a player should warp as soon as he is done loading a map. [Skotlex] unsigned killer : 1; unsigned killable : 1; + unsigned doridori : 1; unsigned short autoloot; struct guild *gmaster_flag; } state; @@ -765,7 +766,6 @@ struct map_session_data { int spirit_timer[MAX_SKILL_LEVEL]; int die_counter; - short doridori_counter; char potion_success_counter; int reg_num; -- cgit v1.2.3-60-g2f50