mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-24 13:16:33 +01:00
Fix syserror messages on start related to msave
This commit is contained in:
parent
df3c3d5395
commit
b9acbbba9f
3 changed files with 12 additions and 7 deletions
|
|
@ -1726,6 +1726,7 @@ ACMD(do_load)
|
|||
for (i=0; i < n; i++) {
|
||||
mob = read_mobile(r_num, REAL);
|
||||
char_to_room(mob, IN_ROOM(ch));
|
||||
equip_mob_from_loadout(mob);
|
||||
|
||||
act("$n makes a quaint, magical gesture with one hand.", TRUE, ch, 0, 0, TO_ROOM);
|
||||
act("$n has created $N!", FALSE, ch, 0, mob, TO_ROOM);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue