Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17196
Modified Files:
commands.cpp
Log Message:
Changed gm talk color
Index: commands.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/commands.cpp,v
retrieving revision 1.268
retrieving revision 1.269
diff -C2 -d -r1.268 -r1.269
*** commands.cpp 9 Oct 2004 14:28:59 -0000 1.268
--- commands.cpp 22 Oct 2004 18:40:32 -0000 1.269
***************
*** 661,665 ****
{
if ( mSock->player() && mSock->player()->isGM() )
! mSock->sysMessage( message, 0x539 );
}
}
--- 661,665 ----
{
if ( mSock->player() && mSock->player()->isGM() )
! mSock->sysMessage( message, 32 );
}
}
|