diff options
Diffstat (limited to 'npc/magic/kalmurk.txt')
-rw-r--r-- | npc/magic/kalmurk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/magic/kalmurk.txt b/npc/magic/kalmurk.txt index 10ba98d7c..50aca887a 100644 --- a/npc/magic/kalmurk.txt +++ b/npc/magic/kalmurk.txt @@ -16,6 +16,10 @@ OnFriendlyDeath: */ OnCall: + // Deprecated + dispbottom l("The usage of @sk-commands was deprecated"); + end; + // Other requeriments if (countitem(MaggotSlime) < 2) { dispbottom l("You need 2x @@ to cast this skill.", getitemlink(MaggotSlime)); |