Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1:/tmp/cvs-serv30745
Modified Files:
walking.cpp
Log Message:
Misc
Index: walking.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/walking.cpp,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** walking.cpp 7 Sep 2003 19:07:47 -0000 1.91
--- walking.cpp 20 Sep 2003 01:30:45 -0000 1.92
***************
*** 483,487 ****
// Check if the char can move to those new coordinates
// It is going to automatically calculate the new coords (!)
! if( !mayWalk( pChar, newCoord ) )
{
if( player && player->socket() )
--- 483,487 ----
// Check if the char can move to those new coordinates
// It is going to automatically calculate the new coords (!)
! if( ( !player || !player->isGM() ) && !mayWalk( pChar, newCoord ) )
{
if( player && player->socket() )
|