From a0f843a3ebe505dabe138294dd7c6dbc0dcfe094 Mon Sep 17 00:00:00 2001 From: KingPin Date: Sun, 26 Oct 2008 13:32:42 -0500 Subject: [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 --- src/trinitycore/RASocket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trinitycore/RASocket.h') 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 /// @} -- cgit v1.2.3