From 1a796a0a2629ead65fe09ca160a497103eccfc39 Mon Sep 17 00:00:00 2001 From: NewbProgrammer101 Date: Sun, 1 Oct 2017 16:27:10 -0500 Subject: [PATCH] Update occupations.lua --- occupations/occupations.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/occupations/occupations.lua b/occupations/occupations.lua index a5d4279..5870622 100644 --- a/occupations/occupations.lua +++ b/occupations/occupations.lua @@ -102,7 +102,7 @@ local occupations = {} npc.occupations.registered_occupations = {} -- Basic occupation name -npc.occupations.basic_name = "default_basic" +npc.occupations.basic_name = "default" -- This is the basic occupation definition, this is for all NPCs that -- don't have a specific occupation. It serves as an example.