Add back in NPC conversation names

The names of the npc conversations were useful for context. Added them  back in.
This commit is contained in:
James McDowell
2021-05-26 19:41:27 +10:00
parent 9128329d37
commit e967294eb9
4 changed files with 17 additions and 10 deletions

View File

@@ -308,5 +308,5 @@ public class ServerConfig {
public long EVENT_END_TIMESTAMP;
//Custom NPC overrides. List of NPC IDs.
public List<Integer> NPCS_SCRIPTABLE = new ArrayList<>();
public Map<String, String> NPCS_SCRIPTABLE = new HashMap<>();
}