feat(DB/Module): introduce module_string table (#19475)
This commit is contained in:
parent
67010623a0
commit
4b63aa9015
9 changed files with 176 additions and 0 deletions
|
|
@ -45,6 +45,11 @@ char const* ChatHandler::GetAcoreString(uint32 entry) const
|
|||
return m_session->GetAcoreString(entry);
|
||||
}
|
||||
|
||||
std::string const* ChatHandler::GetModuleString(std::string module, uint32 id) const
|
||||
{
|
||||
return m_session->GetModuleString(module, id);
|
||||
}
|
||||
|
||||
bool ChatHandler::IsAvailable(uint32 securityLevel) const
|
||||
{
|
||||
// check security level only for simple command (without child commands)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue