summaryrefslogtreecommitdiff
path: root/npc/008-1/voltain.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1/voltain.txt')
-rw-r--r--npc/008-1/voltain.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/008-1/voltain.txt b/npc/008-1/voltain.txt
deleted file mode 100644
index ce41f10b..00000000
--- a/npc/008-1/voltain.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// The Mana World scripts.
-// Author:
-// Micksha
-// Description:
-// Voltain the dark druid.
-// THIS IS A PLACEHOLDER!
-
-008-1,182,155,0 script Voltain NPC_DARK_DRUID,{
- speech
- l("Go away, I have to think about new evil doings."),
- l("GO AWAY, I SAID!");
-
- close;
-
-OnInit:
- .distance = 4;
- end;
-}