Update of /cvsroot/wpdev/wolfpack/network
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25713/network
Modified Files:
uosocket.cpp
Log Message:
added weight support to obsolete "stones".
Index: uosocket.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/network/uosocket.cpp,v
retrieving revision 1.307
retrieving revision 1.308
diff -C2 -d -r1.307 -r1.308
*** uosocket.cpp 30 Jan 2004 22:51:32 -0000 1.307
--- uosocket.cpp 31 Jan 2004 01:38:29 -0000 1.308
***************
*** 2142,2146 ****
sendStats.setDexterity( pChar->dexterity() );
sendStats.setIntelligence( pChar->intelligence() );
! sendStats.setWeight( pChar->weight() * 10 );
sendStats.setGold( _player->CountBankGold() + pChar->CountGold() );
sendStats.setArmor( pChar->calcDefense( ALLBODYPARTS ) );
--- 2142,2146 ----
sendStats.setDexterity( pChar->dexterity() );
sendStats.setIntelligence( pChar->intelligence() );
! sendStats.setWeight( pChar->weight() );
sendStats.setGold( _player->CountBankGold() + pChar->CountGold() );
sendStats.setArmor( pChar->calcDefense( ALLBODYPARTS ) );
|