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/Level1.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/Level1.cpp')
-rw-r--r-- | src/game/Level1.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Level1.cpp b/src/game/Level1.cpp index bb99299e060..51424a48421 100644 --- a/src/game/Level1.cpp +++ b/src/game/Level1.cpp @@ -745,7 +745,7 @@ bool ChatHandler::HandleGPSCommand(const char* args) zone_x, zone_y, ground_z, floor_z, have_map, have_vmap ); sLog.outDebug("Player %s GPS call for %s '%s' (%s: %u):", - m_session ? GetNameLink().c_str() : GetMangosString(LANG_CONSOLE_COMMAND), + m_session ? GetNameLink().c_str() : GetTrinityString(LANG_CONSOLE_COMMAND), (obj->GetTypeId() == TYPEID_PLAYER ? "player" : "creature"), obj->GetName(), (obj->GetTypeId() == TYPEID_PLAYER ? "GUID" : "Entry"), (obj->GetTypeId() == TYPEID_PLAYER ? obj->GetGUIDLow(): obj->GetEntry()) ); sLog.outDebug(GetTrinityString(LANG_MAP_POSITION), @@ -2526,7 +2526,7 @@ bool ChatHandler::HandleTeleNameCommand(const char * args) std::string nameLink = playerLink(target_name); - PSendSysMessage(LANG_TELEPORTING_TO, nameLink.c_str(), GetMangosString(LANG_OFFLINE), tele->name.c_str()); + PSendSysMessage(LANG_TELEPORTING_TO, nameLink.c_str(), GetTrinityString(LANG_OFFLINE), tele->name.c_str()); Player::SavePositionInDB(tele->mapId,tele->position_x,tele->position_y,tele->position_z,tele->orientation, MapManager::Instance().GetZoneId(tele->mapId,tele->position_x,tele->position_y,tele->position_z),target_guid); } |