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/unit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index cfa7be2da..396eeca45 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1596,8 +1596,7 @@ int unit_remove_map(struct block_list *bl, int clrtype) { if(pc_issit(sd)) { pc_setstand(sd); - skill_gangsterparadise(sd,0); - skill_rest(sd,0); + skill_sit(sd,0); } party_send_dot_remove(sd);//minimap dot fix [Kevin] guild_send_dot_remove(sd); -- cgit v1.2.3-60-g2f50