diff options
Diffstat (limited to 'src/game/Player.h')
-rw-r--r-- | src/game/Player.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Player.h b/src/game/Player.h index b2f1798c36f..1067105d227 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -2437,7 +2437,7 @@ Spell * m_spellModTakingSpell; EnchantDurationList m_enchantDuration; ItemDurationList m_itemDuration; - void ResetTimeSync();
+ void ResetTimeSync(); void SendTimeSync(); uint64 m_resurrectGUID; @@ -2576,7 +2576,7 @@ Spell * m_spellModTakingSpell; uint32 m_ChampioningFaction; - uint32 m_timeSyncCount;
+ uint32 m_timeSyncCount; uint32 m_timeSyncTimer; }; |