diff options
| author | Spp <none@none> | 2010-04-29 23:12:16 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-29 23:12:16 +0200 |
| commit | cb0cb962831a2b0c62b0a67b750569ca3049327e (patch) | |
| tree | f5638fb8695101002f77106da4264bbeaab46938 /src/game/WorldSession.h | |
| parent | 35af94d4b57d234bc4d6e3c8ab67acb201500bae (diff) | |
Warning Fixes
Code Style cleanup
Fix linux compile
--HG--
branch : trunk
Diffstat (limited to 'src/game/WorldSession.h')
| -rw-r--r-- | src/game/WorldSession.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/WorldSession.h b/src/game/WorldSession.h index 84c16e0ebc9..350cfa42ad3 100644 --- a/src/game/WorldSession.h +++ b/src/game/WorldSession.h @@ -284,7 +284,7 @@ class WorldSession uint32 GetLatency() const { return m_latency; } void SetLatency(uint32 latency) { m_latency = latency; } uint32 getDialogStatus(Player *pPlayer, Object* questgiver, uint32 defstatus); - + time_t m_timeOutTime; void UpdateTimeOutTime(bool b) { @@ -299,7 +299,7 @@ class WorldSession return true; return false; } - + public: // opcodes handlers |
