summaryrefslogtreecommitdiff
path: root/npc/magic/halhiss.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-25 05:43:30 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-25 05:43:30 -0300
commit35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab (patch)
tree8ffb1856a9bf9bd96d4ec02d7b3946360c141632 /npc/magic/halhiss.txt
parentd16c6ac5483976be78a37b06da7a061f790a374f (diff)
downloadserverdata-35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab.tar.gz
serverdata-35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab.tar.bz2
serverdata-35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab.tar.xz
serverdata-35bc6b75450fe6cfca4fd2ae6ba17ed50c64c0ab.zip
Remove unused magic files
Diffstat (limited to 'npc/magic/halhiss.txt')
-rw-r--r--npc/magic/halhiss.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/magic/halhiss.txt b/npc/magic/halhiss.txt
deleted file mode 100644
index cbbac0943..000000000
--- a/npc/magic/halhiss.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// TMW2 script
-// Author: Jesusalva <admin@tmw2.org>
-//
-// Magic Script: TMW2_HALHISS
-//
-// Summons snakes (mountain snakes if GHQ was completed and enough skill)
-
-- script sk#halhiss 32767,{
- end;
-
-OnCall:
- // Deprecated
- dispbottom l("The usage of @sk-commands was deprecated");
- end;
-
-OnInit:
- end;
-}