diff options
Diffstat (limited to 'npc/magic/kalboo.txt')
-rw-r--r-- | npc/magic/kalboo.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/magic/kalboo.txt b/npc/magic/kalboo.txt deleted file mode 100644 index cb39713b8..000000000 --- a/npc/magic/kalboo.txt +++ /dev/null @@ -1,18 +0,0 @@ -// TMW2 script -// Author: Jesusalva <admin@tmw2.org> -// -// Magic Script: TMW2_KALBOO -// -// Summons mouboo - -- script sk#kalboo 32767,{ - end; - -OnCall: - // Deprecated - dispbottom l("The usage of @sk-commands was deprecated"); - end; - -OnInit: - end; -} |