* [2008_10_21_01_mangos_mangos_string.sql,2008_10_21_02_mangos_command.sql] Merge...
commit639a811b8182e39ff1f0b38157d740b7329a2489
authorVladimirMangos <vladimir@getmangos.com>
Tue, 21 Oct 2008 04:05:21 +0000 (21 08:05 +0400)
committerVladimirMangos <vladimir@getmangos.com>
Tue, 21 Oct 2008 04:05:21 +0000 (21 08:05 +0400)
treec2f505b1dbc47204538bb2c31253339dc884531f
parent454a233ccfb7f778515ec050952de4066b62fc8a
 * [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.
19 files changed:
sql/mangos.sql
sql/updates/2008_10_21_01_mangos_mangos_string.sql [new file with mode: 0644]
sql/updates/2008_10_21_02_mangos_command.sql [new file with mode: 0644]
sql/updates/Makefile.am
src/game/Chat.cpp
src/game/Chat.h
src/game/Language.h
src/game/Level0.cpp
src/game/Level1.cpp
src/game/Level2.cpp
src/game/Level3.cpp
src/game/World.cpp
src/game/World.h
src/game/WorldSession.cpp
src/game/WorldSession.h
src/mangosd/CliRunnable.cpp
src/mangosd/RASocket.cpp
src/mangosd/RASocket.h
src/shared/Common.h