Core/Misc: changed trinity string id to unsigned and removed obsolete code

This commit is contained in:
joschiwald
2014-09-18 02:36:28 +02:00
parent 55ecd1c913
commit 72ed5bfc93
11 changed files with 63 additions and 140 deletions
+1 -1
View File
@@ -621,7 +621,7 @@ void WorldSession::SendNotification(uint32 string_id, ...)
}
}
const char *WorldSession::GetTrinityString(int32 entry) const
char const* WorldSession::GetTrinityString(uint32 entry) const
{
return sObjectMgr->GetTrinityString(entry, GetSessionDbLocaleIndex());
}