Remove "Maple" prefix from MaplePacketCreator name
This commit is contained in:
@@ -21,8 +21,8 @@ function action(mode, type, selection){
|
||||
else if(status == 1){
|
||||
if(cm.getText() == cm.getQuestProgress(3360)){
|
||||
cm.setQuestProgress(3360, 1);
|
||||
const MaplePacketCreator = Java.type('tools.MaplePacketCreator');
|
||||
cm.getPlayer().announce(MaplePacketCreator.playPortalSound());
|
||||
const PacketCreator = Java.type('tools.PacketCreator');
|
||||
cm.getPlayer().announce(PacketCreator.playPortalSound());
|
||||
cm.warp(261030000, "sp_" + ((cm.getMapId() == 261010000) ? "jenu" : "alca"));
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user