commit | be9d898d56084a088e2b5c42c8876f3d9c672814 | [log] [tgz] |
---|---|---|
author | Arathorn <mud@mg.mud.de> | Sun Feb 28 14:49:40 2021 +0100 |
committer | MG Mud User <mud@mg.mud.de> | Sun Feb 28 14:49:40 2021 +0100 |
tree | 0da843730feb16973588ca7a15393884f6c129cc | |
parent | 667b252da0155cdb5d621ae7673a547c679196ac [diff] [blame] |
Typofixes Change-Id: I71bca9137bbe5fd67b4552094051af55e45b9a08
diff --git a/std/spellbook.c b/std/spellbook.c index fe7a92e..2fbf597 100644 --- a/std/spellbook.c +++ b/std/spellbook.c
@@ -683,7 +683,7 @@ return 0; if (!living(vic) || ({int})vic->QueryProp(P_GHOST)) { ({int})pl->ReceiveMsg( - ({string})vic->name()+" lebt doch nicht!", + ({string})vic->Name()+" lebt doch nicht!", MT_NOTIFICATION, MA_SPELL); return 0;