summaryrefslogtreecommitdiff
path: root/npc/magic/fairykingdom.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/magic/fairykingdom.txt')
-rw-r--r--npc/magic/fairykingdom.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/magic/fairykingdom.txt b/npc/magic/fairykingdom.txt
deleted file mode 100644
index 647025a52..000000000
--- a/npc/magic/fairykingdom.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// TMW2 script
-// Author: Jesusalva <admin@tmw2.org>
-//
-// Magic Script: TMW2_FAIRYKINGDOM
-//
-// Summons fairies (or pixies TBA)
-
-- script sk#fairykingdom 32767,{
- end;
-
-OnCall:
- // Deprecated
- dispbottom l("The usage of @sk-commands was deprecated");
- end;
-
-OnInit:
- end;
-}