mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
feat(DB/Module): introduce module_string table (#19475)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user