mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-16 14:15:28 +01:00
Corrected more files not under SVN control.
This commit is contained in:
parent
73e8b58bee
commit
700d74bfcd
5 changed files with 2354 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue