From 206ee0b46b13eb2d81977cc15b9efc3ba31ad46e Mon Sep 17 00:00:00 2001 From: Valaris Date: Thu, 2 Feb 2006 00:50:39 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5159 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 1 + src/map/chrif.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 81d2586da..3c02459fc 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS 2006/02/01 + * Fixed typo in chrif.c causing compilation error (sd->sc_data => sd->sc.data) [Valaris] * Map and char server now will complain if they are run using the default user/password set. [Skotlex] * Trick Dead makes you stop walking now. [Skotlex] diff --git a/src/map/chrif.c b/src/map/chrif.c index 70734d592..ffdb21cd3 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -1158,7 +1158,7 @@ int chrif_save_scdata(struct map_session_data *sd) #ifndef TXT_ONLY if(charsave_method) //New 'Local' save { - charsave_save_scdata(sd->status.account_id, sd->status.char_id, sd->sc_data, MAX_STATUSCHANGE); + charsave_save_scdata(sd->status.account_id, sd->status.char_id, sd->sc.data, MAX_STATUSCHANGE); return 0; } #endif -- cgit v1.2.3-70-g09d2