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:
Jayden Seah
2017-04-27 13:30:58 +08:00
parent f5fbb038e9
commit 28204ce831
2 changed files with 5 additions and 3 deletions

View File

@@ -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
}
}