QuestState getName method was replaced by getString.

This commit is contained in:
MobiusDevelopment
2020-01-26 16:58:15 +00:00
parent 990d3b590b
commit 86379b722a
17 changed files with 0 additions and 85 deletions

View File

@@ -98,11 +98,6 @@ public class QuestTimer
return _quest;
}
public String getName()
{
return _name;
}
public Npc getNpc()
{
return _npc;