diff options
| author | KingPin <none@none> | 2008-10-26 13:32:42 -0500 |
|---|---|---|
| committer | KingPin <none@none> | 2008-10-26 13:32:42 -0500 |
| commit | a0f843a3ebe505dabe138294dd7c6dbc0dcfe094 (patch) | |
| tree | e6d8c282355f1affbe5bce524a7d3df23e7e4661 /src/trinitycore/RASocket.h | |
| parent | 6f2e0ee48a24dff1ac7acf441b1559e9d7c26657 (diff) | |
[svn] * Merge CLI Commands with regular commands and give them level4 access. sec_console. Source mangos - thanks to ogeraisi for the amalgamated patch.
* Redid/Fixed/Added some lang strings.
* As usual remember this is a trunk rev so stability only guaranteed on northern countries of Mars and western parts of Pluto. No warranties outside the solar system, sorry :( . Check with your local government or dictator on regulations regarding export.
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore/RASocket.h')
| -rw-r--r-- | src/trinitycore/RASocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/RASocket.h b/src/trinitycore/RASocket.h index f4b4d96f3f2..dd6ebbc572d 100644 --- a/src/trinitycore/RASocket.h +++ b/src/trinitycore/RASocket.h @@ -61,7 +61,7 @@ class RASocket: public TcpSocket OK, //both login and pass were given, and they are correct and user have enough priv. }stage; - static int zprintf( const char * szText, ... ); + static void zprint( const char * szText ); }; #endif /// @} |
