Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6014
Modified Files:
player.cpp player.h
Log Message:
fix bug 208 ( new char doesn't get the events from players.xml )
Index: player.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/player.cpp,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -d -r1.114 -r1.115
*** player.cpp 4 Aug 2004 23:17:36 -0000 1.114
--- player.cpp 7 Aug 2004 15:32:59 -0000 1.115
***************
*** 1097,1105 ****
}
- void cPlayer::processNode( const cElement* Tag )
- {
- return;
- }
-
void cPlayer::setStamina( INT16 data, bool notify /* = true */ )
{
--- 1097,1100 ----
Index: player.h
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/player.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** player.h 20 Jul 2004 11:35:37 -0000 1.50
--- player.h 7 Aug 2004 15:32:59 -0000 1.51
***************
*** 206,210 ****
// interface implementation
static void buildSqlString( QStringList& fields, QStringList& tables, QStringList& conditions );
- virtual void processNode( const cElement* Tag );
// Reference to a guild this character is in
--- 206,209 ----
|