Corrected more files not under SVN control.

This commit is contained in:
Rumble 2008-04-14 20:32:21 +00:00
parent 73e8b58bee
commit 700d74bfcd
5 changed files with 2354 additions and 1 deletions

View file

@ -85,7 +85,7 @@ void mobile_activity(void)
(world[EXIT(ch, door)->to_room].zone == world[IN_ROOM(ch)].zone)))
{
/* If the mob is charmed, do not move the mob. */
if (ch->master != NULL)
if (ch->master == NULL)
perform_move(ch, door, 1);
}