Rename and clean up MapleEvent

This commit is contained in:
P0nk
2021-09-09 21:55:40 +02:00
parent 7f9c8d997b
commit bfc37a345d
6 changed files with 14 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ import provider.wz.WZFiles;
import scripting.AbstractPlayerInteraction;
import server.*;
import server.MapleSkillbookInformationProvider.SkillBookEntry;
import server.events.gm.MapleEvent;
import server.events.gm.Event;
import server.expeditions.MapleExpedition;
import server.expeditions.MapleExpeditionType;
import server.gachapon.MapleGachapon;
@@ -476,7 +476,7 @@ public class NPCConversationManager extends AbstractPlayerInteraction {
return inMap;
}
public MapleEvent getEvent() {
public Event getEvent() {
return c.getChannelServer().getEvent();
}