mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
* [2008_10_21_01_mangos_mangos_string.sql,2008_10_21_02_mangos_command.sql] Merge CLI command proccessing to chat command proccessing.
Now console/RA uas same commads as used in chat if selected command marked as safe for console. Some commands accessable only at console and have security level 4. See sql update for new command names. Not all commands that safe (or can be modified to safe) for console allowed currently for use in console input, this will be fixed later.
This commit is contained in:
parent
c9026395fc
commit
26dc8c07ab
19 changed files with 1216 additions and 1549 deletions
|
|
@ -457,7 +457,7 @@ void WorldSession::SendNotification(int32 string_id,...)
|
|||
}
|
||||
}
|
||||
|
||||
const char * WorldSession::GetMangosString( int32 entry )
|
||||
const char * WorldSession::GetMangosString( int32 entry ) const
|
||||
{
|
||||
return objmgr.GetMangosString(entry,GetSessionDbLocaleIndex());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue