Changed "initial-event" to "event"

Because at the starting of the quest "event" was checked and not "initial-event" it didn't work this way...
This commit is contained in:
DanyBv 2015-12-24 16:44:38 +02:00
parent 232b88aaf7
commit 95489d7a16

View File

@ -1286,7 +1286,7 @@ public class QuestFactory implements ConversationAbandonedListener, ColorUtil {
}
cs.set("ask-message", desc);
cs.set("finish-message", finish);
cs.set("initial-event", initialEvent);
cs.set("event", initialEvent);
cs.set("region", region);
cs.set("gui-display", ItemUtil.serialize(guiDisplay));