diff options
| author | KingPin <none@none> | 2008-10-26 13:32:42 -0500 |
|---|---|---|
| committer | KingPin <none@none> | 2008-10-26 13:32:42 -0500 |
| commit | a0f843a3ebe505dabe138294dd7c6dbc0dcfe094 (patch) | |
| tree | e6d8c282355f1affbe5bce524a7d3df23e7e4661 /src/game/WorldSession.h | |
| parent | 6f2e0ee48a24dff1ac7acf441b1559e9d7c26657 (diff) | |
[svn] * Merge CLI Commands with regular commands and give them level4 access. sec_console. Source mangos - thanks to ogeraisi for the amalgamated patch.
* Redid/Fixed/Added some lang strings.
* As usual remember this is a trunk rev so stability only guaranteed on northern countries of Mars and western parts of Pluto. No warranties outside the solar system, sorry :( . Check with your local government or dictator on regulations regarding export.
--HG--
branch : trunk
Diffstat (limited to 'src/game/WorldSession.h')
| -rw-r--r-- | src/game/WorldSession.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/WorldSession.h b/src/game/WorldSession.h index 346184f6a24..fc3866868cd 100644 --- a/src/game/WorldSession.h +++ b/src/game/WorldSession.h @@ -194,9 +194,9 @@ class TRINITY_DLL_SPEC WorldSession time_t m_muteTime; // Locales - LocaleConstant GetSessionDbcLocale() { return m_sessionDbcLocale; } - int GetSessionDbLocaleIndex() { return m_sessionDbLocaleIndex; } - const char *GetTrinityString(int32 entry); + LocaleConstant GetSessionDbcLocale() const { return m_sessionDbcLocale; } + int GetSessionDbLocaleIndex() const { return m_sessionDbLocaleIndex; } + const char *GetTrinityString(int32 entry) const; uint32 GetLatency() const { return m_latency; } void SetLatency(uint32 latency) { m_latency = latency; } |
