aboutsummaryrefslogtreecommitdiff
path: root/src/cr.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2026-06-01 01:52:28 -0300
committerfusion32 <marcopuzziello@gmail.com>2026-06-01 01:54:15 -0300
commita8d26b6ce32066812fd46ac88804048d38218db3 (patch)
tree110d57955cc898e6d1f1ce33697ecfeaef74f02f /src/cr.hh
parente2ba7cd29617ae05087ad3d25c55a2eb8ce607a3 (diff)
downloadgame-a8d26b6ce32066812fd46ac88804048d38218db3.tar.gz
game-a8d26b6ce32066812fd46ac88804048d38218db3.zip
fix player state desync on login (#59)
Diffstat (limited to 'src/cr.hh')
-rw-r--r--src/cr.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cr.hh b/src/cr.hh
index 8bf6ce8..cc25d24 100644
--- a/src/cr.hh
+++ b/src/cr.hh
@@ -857,6 +857,7 @@ struct TPlayer: TCreature {
void SetQuestValue(int QuestNr, int Value);
void CheckOutfit(void);
void CheckState(void);
+ void SyncState(void);
void AddBuddy(const char *Name);
void RemoveBuddy(uint32 CharacterID);
void SendBuddies(void);