summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/barber.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/001-1/barber.txt')
-rw-r--r--world/map/npc/001-1/barber.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/world/map/npc/001-1/barber.txt b/world/map/npc/001-1/barber.txt
deleted file mode 100644
index f1e0262a..00000000
--- a/world/map/npc/001-1/barber.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-//
-
-001-1.gat,52,36,0|script|Nicolas|100
-{
- mes "[Nicolas the Barber]";
- mes "\"Do you need a barber?\"";
- next;
- callfunc "Barber";
- mes "[Nicolas the Barber]";
- mes "\"Come again!\"";
- close;
-}