mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-22 18:45:27 +01:00
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:
parent
232b88aaf7
commit
95489d7a16
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user