Quest Completion Effect Fix
This is a small fix for a effect upon quest completion, tested it and it works properly.
This commit is contained in:
@@ -223,9 +223,8 @@ public class MapleQuest {
|
||||
a.run(c, selection);
|
||||
}
|
||||
|
||||
//dont seems to work...
|
||||
//c.getClient().getSession().write(MaplePacketCreator.showForeignEffect(12)); // Quest completion
|
||||
//c.getMap().broadcastMessage(c, MaplePacketCreator.showForeignEffect(c.getId(), 12), false);
|
||||
c.getClient().getSession().write(MaplePacketCreator.showForeignEffect(9)); // Quest completion
|
||||
c.getMap().broadcastMessage(c, MaplePacketCreator.showForeignEffect(c.getId(), 9), false); //use 9 instead of 12 for both
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user