Update of /cvsroot/wpdev/wolfpack/ai
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30290/ai
Modified Files:
ai_humans.cpp
Log Message:
Index: ai_humans.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/ai/ai_humans.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** ai_humans.cpp 3 Nov 2004 02:09:30 -0000 1.29
--- ai_humans.cpp 5 Nov 2004 00:52:54 -0000 1.30
***************
*** 137,141 ****
pPet->setStablemasterSerial( INVALID_SERIAL );
pPet->setOwner( pTalker ); // This is important...
! pPet->moveTo( m_npc->pos() );
pPet->resend();
}
--- 137,141 ----
pPet->setStablemasterSerial( INVALID_SERIAL );
pPet->setOwner( pTalker ); // This is important...
! pPet->moveTo( m_npc->pos(), true );
pPet->resend();
}
|