summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-16 13:45:02 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-16 13:45:02 +0000
commitb8dd9a491e2e31d43862a03bba3b5295afdc6d8c (patch)
tree57e012af30f80798bdcb82d652ddad977498f1aa /src/map/clif.c
parent677160aa238c1d5b58a3e2139f5e6a701d2c1531 (diff)
downloadhercules-b8dd9a491e2e31d43862a03bba3b5295afdc6d8c.tar.gz
hercules-b8dd9a491e2e31d43862a03bba3b5295afdc6d8c.tar.bz2
hercules-b8dd9a491e2e31d43862a03bba3b5295afdc6d8c.tar.xz
hercules-b8dd9a491e2e31d43862a03bba3b5295afdc6d8c.zip
- 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
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c3
1 files changed, 1 insertions, 2 deletions
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 <len>.w <ni
{
sprintf(whisper_tmp, "@whispervar%d$", i);
set_var(sd,whisper_tmp,(char *) split_data[i]);
- }//You don't need to zero them, iust reset them [Kevin]
+ }//You don't need to zero them, just reset them [Kevin]
aFree(whisper_tmp);
whisper_tmp=(char *)aMallocA((strlen(npc->name)+18)*sizeof(char));