From 4f499fb621d773df8fde389b2b3a281b866b3213 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 16 Jun 2006 22:31:16 +0000 Subject: - Fixed option value being reset'ed on login (fixes cart/peco/falcon being lost) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7217 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 2 ++ src/map/pc.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index f9566f4ae..2f88f4fa1 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ 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. 2006/06/16 + * Fixed option value being reset'ed on login (fixes cart/peco/falcon being + lost) [Skotlex] * Corrected @speed to alter your base speed instead of battle one. Means the change remains for much longer (until status_calc_pc is invoked, which could be due to equipping/unequipping stuff) [Skotlex] diff --git a/src/map/pc.c b/src/map/pc.c index d88c0cc32..5a57d69e2 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -634,6 +634,7 @@ int pc_authok(struct map_session_data *sd, int login_id2, time_t connect_until_t pc_setinventorydata(sd); pc_checkitem(sd); + status_change_init(&sd->bl); if ((battle_config.atc_gmonly == 0 || pc_isGM(sd)) && (pc_isGM(sd) >= get_atcommand_level(AtCommand_Hide))) sd->status.option &= (OPTION_MASK | OPTION_INVISIBLE); @@ -643,7 +644,6 @@ int pc_authok(struct map_session_data *sd, int login_id2, time_t connect_until_t sd->sc.option = sd->status.option; //This is the actual option used in battle. //Set here because we need the inventory data for weapon sprite parsing. status_set_viewdata(&sd->bl, sd->status.class_); - status_change_init(&sd->bl); unit_dataset(&sd->bl); sd->guild_x = -1; -- cgit v1.2.3-70-g09d2