commit | f2299837e579a5ff85476d7bad4cc12d60589186 | [log] [tgz] |
---|---|---|
author | Zesstra <zesstra@zesstra.de> | Thu Feb 15 21:56:16 2018 +0100 |
committer | MG Mud User <mud@mg.mud.de> | Thu Feb 15 21:56:16 2018 +0100 |
tree | c52fe0eacda0c29e6c83f8d299ebd63e07047476 | |
parent | 92f9057870a56567dec3c3384672d6bd23ded839 [diff] |
Typofix in sym. Konstante Change-Id: I63ac8b781c69a0229f9e9f849f5f261e0b87b66f
diff --git a/std/spellbook.c b/std/spellbook.c index 6f65709..c67c114 100644 --- a/std/spellbook.c +++ b/std/spellbook.c
@@ -221,7 +221,7 @@ if (mappingp(rmap) && (res=check_restrictions(caster,rmap))) { - caster->ReceiveMsg(res, MT_NOTIFICATION|MSG_BS_DONT_WRAP, MA_SPELL); + caster->ReceiveMsg(res, MT_NOTIFICATION|MSG_DONT_WRAP, MA_SPELL); return 0; } return 1;