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:
@@ -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<>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user