summaryrefslogtreecommitdiff
path: root/npc/012-2-7/marazor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-2-7/marazor.txt')
-rw-r--r--npc/012-2-7/marazor.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/npc/012-2-7/marazor.txt b/npc/012-2-7/marazor.txt
deleted file mode 100644
index 9de84bf9..00000000
--- a/npc/012-2-7/marazor.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-// The Mana World scripts.
-// Author:
-// Livio
-// Description:
-// Marazor the barber
-// THIS IS A PLACEHOLDER!
-
-012-2-7,33,29,0 script Marazor NPC_GUMI_THE_DYER,{
- Barber(true);
-
- close;
-
-OnInit:
- .distance = 4;
- end;
-}