From bdc2958ced13d80122b040ab357fd002d5c0e550 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 8 Sep 2006 19:37:56 +0000 Subject: - Unified the rest and ganstar paradise code into a single function. - Moved the Happy State trigger to the regen function, it now triggers at the same time the SPTIME does. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8681 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/skill.h') diff --git a/src/map/skill.h b/src/map/skill.h index c5d3fca58..d1d6cc011 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -226,8 +226,7 @@ int skill_guildaura_sub (struct block_list *bl,va_list ap); // 詠唱キャンセル int skill_castcancel(struct block_list *bl,int type); -int skill_gangsterparadise(struct map_session_data *sd ,int type); -int skill_rest(struct map_session_data *sd ,int type); +int skill_sit (struct map_session_data *sd, int type); void skill_brandishspear_first(struct square *tc,int dir,int x,int y); void skill_brandishspear_dir(struct square *tc,int dir,int are); void skill_repairweapon(struct map_session_data *sd, int idx); -- cgit v1.2.3-70-g09d2