diff --git a/Maple2.Model/Game/User/Home.cs b/Maple2.Model/Game/User/Home.cs index 870aae90..2e8f91ba 100644 --- a/Maple2.Model/Game/User/Home.cs +++ b/Maple2.Model/Game/User/Home.cs @@ -158,7 +158,6 @@ public void GainExp(long exp, IReadOnlyDictionary decorationCurrent = plot.Cubes.Values .Where(plotCube => plotCube.Metadata.Housing != null) .GroupBy(plotCube => plotCube.Metadata.Housing!.HousingCategory) @@ -468,6 +472,7 @@ public void InteriorCheckIn(Plot plot) { } Home.GainExp(decorationScore, tableMetadata.MasteryUgcHousingTable.Entries); + Home.DecorationRewardTimestamp = DateTimeOffset.UtcNow.ToUnixTimeSeconds(); session.Send(CubePacket.DesignRankReward(Home)); }