SagasSuperClass InitialState set to Started to avoid reseting quest.
This commit is contained in:
@@ -67,7 +67,7 @@ public class SagasSuperClass extends QuestJython
|
|||||||
{
|
{
|
||||||
super(id, name, descr);
|
super(id, name, descr);
|
||||||
qnu = id;
|
qnu = id;
|
||||||
setInitialState(new State("Start", this));
|
setInitialState(new State("Started", this));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void registerNPCs()
|
public void registerNPCs()
|
||||||
|
|||||||
Reference in New Issue
Block a user