From b8dd9a491e2e31d43862a03bba3b5295afdc6d8c Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 16 Nov 2006 13:45:02 +0000 Subject: - Overlapping song/dances will now cause dissonance/ugly-dance level 1 instead of retaining the level of their song/dance. - Fixed the misleading description of what item_avail does. - Fixed wrong check in @petrename, thanks to The Ultra Mage. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9228 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index bc3f1e2e7..27f634164 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -8356,7 +8356,6 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd) if(sd->state.connect_new) { int lv; - sd->state.connect_new = 0; clif_skillinfoblock(sd); clif_updatestatus(sd,SP_NEXTBASEEXP); @@ -9124,7 +9123,7 @@ void clif_parse_Wis(int fd, struct map_session_data *sd) { // S 0096 .w name)+18)*sizeof(char)); -- cgit v1.2.3-70-g09d2