summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-01 21:50:55 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-01 21:50:55 +0000
commit3bd9f774303554a62f3e1dcb260b356d1fae3f6d (patch)
tree72c1198599651974fd083042c6096e8edd2f5779 /src/map/clif.c
parent5de3852d0e203ad08e4bdd748a49f8dba2e028c2 (diff)
downloadhercules-3bd9f774303554a62f3e1dcb260b356d1fae3f6d.tar.gz
hercules-3bd9f774303554a62f3e1dcb260b356d1fae3f6d.tar.bz2
hercules-3bd9f774303554a62f3e1dcb260b356d1fae3f6d.tar.xz
hercules-3bd9f774303554a62f3e1dcb260b356d1fae3f6d.zip
A followup to r9761, a header include that somehow didn't commit
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9768 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 4aa9f5b56..5af8d76f9 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -18,6 +18,7 @@
#include "../common/version.h"
#include "../common/nullpo.h"
#include "../common/showmsg.h"
+#include "../common/strlib.h"
#include "map.h"
#include "chrif.h"
@@ -8249,6 +8250,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd)
sd->state.night = 1;
clif_status_load(&sd->bl, SI_NIGHT, 1);
}
+
// Notify everyone that this char logged in [Skotlex].
clif_foreachclient(clif_friendslist_toggle_sub, sd->status.account_id, sd->status.char_id, 1);