[wpdev-commits] wolfpack/ai ai_humans.cpp,1.21,1.22
Brought to you by:
rip,
thiagocorrea
From: spddmn <xxx...@us...> - 2004-09-26 17:53:16
|
Update of /cvsroot/wpdev/wolfpack/ai In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16563/ai Modified Files: ai_humans.cpp Log Message: renames "release" to "claim" (was OSI wrong and "release" didn't work anyways.) Index: ai_humans.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ai/ai_humans.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** ai_humans.cpp 26 Sep 2004 00:21:54 -0000 1.21 --- ai_humans.cpp 26 Sep 2004 17:53:05 -0000 1.22 *************** *** 111,115 **** pTalker->socket()->attachTarget( new cStableTarget( m_npc ) ); } ! else if ( message.contains( " RELEASE" ) ) { P_ITEM pPack = m_npc->getBankbox(); --- 111,115 ---- pTalker->socket()->attachTarget( new cStableTarget( m_npc ) ); } ! else if ( message.contains( " CLAIM" ) ) { P_ITEM pPack = m_npc->getBankbox(); |