From 3bd9f774303554a62f3e1dcb260b356d1fae3f6d Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 1 Feb 2007 21:50:55 +0000 Subject: 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 --- Changelog-Trunk.txt | 1 + src/map/clif.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index fc785a9f6..255546fe0 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/02/01 + * A followup to r9761, a header include that somehow didn't commit [ultramage] * Item search is now a bit smarter. When no item is found with the same 'aegis name', then the 'normal' name is used instead. * Updated the @/# commands that take an item name so that you can use 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); -- cgit v1.2.3-70-g09d2