Fix NPC 9000011 (#388)
This commit is contained in:
@@ -1089,4 +1089,8 @@ public class AbstractPlayerInteraction {
|
||||
public void npcTalk(int npcid, String message) {
|
||||
c.announce(MaplePacketCreator.getNPCTalk(npcid, (byte) 0, message, "00 00", (byte) 0));
|
||||
}
|
||||
|
||||
public long getCurrentTime() {
|
||||
return System.currentTimeMillis();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user