summaryrefslogtreecommitdiff
path: root/npc/020-2-15/eleanore.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2-15/eleanore.txt')
-rw-r--r--npc/020-2-15/eleanore.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/npc/020-2-15/eleanore.txt b/npc/020-2-15/eleanore.txt
deleted file mode 100644
index f650d96e..00000000
--- a/npc/020-2-15/eleanore.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-// The Mana World Script
-// Author:
-// Jesusalva
-// Description:
-// Elenaore the Healer (aka. Elanore)
-// THIS IS A PLACEHOLDER!
-
-020-2-15,43,27,0 script Eleanore NPC_REBECCA,{
- mesn;
- mesq l("Please do not disturb the patients.");
- close;
-
-OnInit:
- .distance = 4;
- end;
-}