diff options
author | Rat <none@none> | 2009-12-20 15:20:04 +0100 |
---|---|---|
committer | Rat <none@none> | 2009-12-20 15:20:04 +0100 |
commit | 6fe36efe0f2a05421965ad57c69b2f950a2cdb72 (patch) | |
tree | d8377347f5ae67a042d37b52b4eabf2bd4aa32bf /src/game/Chat.cpp | |
parent | baa264e6150700e54a9ba6995d16a6d5af2c0dee (diff) |
*apply trinity style to whole source
*comment out all mangos to trinity defines
*this will make merging a little harder, but code will be more clear
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r-- | src/game/Chat.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index 2bb7533c4ae..b93462802b8 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -2081,8 +2081,8 @@ GameObject* ChatHandler::GetObjectGlobalyWithGuidOrNearWithDbGuid(uint32 lowguid Cell cell(p); cell.data.Part.reserved = ALL_DISTRICT; - MaNGOS::GameObjectWithDbGUIDCheck go_check(*pl,lowguid); - MaNGOS::GameObjectSearcher<MaNGOS::GameObjectWithDbGUIDCheck> checker(pl,obj,go_check); + Trinity::GameObjectWithDbGUIDCheck go_check(*pl,lowguid); + Trinity::GameObjectSearcher<Trinity::GameObjectWithDbGUIDCheck> checker(pl,obj,go_check); TypeContainerVisitor<Trinity::GameObjectSearcher<Trinity::GameObjectWithDbGUIDCheck>, GridTypeMapContainer > object_checker(checker); CellLock<GridReadGuard> cell_lock(cell, p); @@ -2363,7 +2363,7 @@ int ChatHandler::GetSessionDbLocaleIndex() const return m_session->GetSessionDbLocaleIndex(); } -const char *CliHandler::GetMangosString(int32 entry) const +const char *CliHandler::GetTrinityString(int32 entry) const { return objmgr.GetTrinityStringForDBCLocale(entry); } |