diff options
Diffstat (limited to 'world/map/npc/001-1/barber.txt')
-rw-r--r-- | world/map/npc/001-1/barber.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/world/map/npc/001-1/barber.txt b/world/map/npc/001-1/barber.txt index e58ee880..94525bd5 100644 --- a/world/map/npc/001-1/barber.txt +++ b/world/map/npc/001-1/barber.txt @@ -9,8 +9,4 @@ mes "[Nicolas the Barber]"; mes "\"Come again!\""; close; - -// OnInit doesn't work for functions, they need our help -OnInit: - callfunc "OnInitBarber"; } |