aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Player.h')
-rw-r--r--src/game/Player.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/Player.h b/src/game/Player.h
index cac6e889345..1067105d227 100644
--- a/src/game/Player.h
+++ b/src/game/Player.h
@@ -2437,6 +2437,9 @@ Spell * m_spellModTakingSpell;
EnchantDurationList m_enchantDuration;
ItemDurationList m_itemDuration;
+ void ResetTimeSync();
+ void SendTimeSync();
+
uint64 m_resurrectGUID;
uint32 m_resurrectMap;
float m_resurrectX, m_resurrectY, m_resurrectZ;
@@ -2572,6 +2575,9 @@ Spell * m_spellModTakingSpell;
SpellCooldowns m_spellCooldowns;
uint32 m_ChampioningFaction;
+
+ uint32 m_timeSyncCount;
+ uint32 m_timeSyncTimer;
};
void AddItemsSetItem(Player*player,Item *item);