mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-10 09:22:49 +00:00
@@ -45,6 +45,12 @@ public class NPCHtmlMessagePacket extends AbstractServerPacket {
|
||||
*/
|
||||
private final String html;
|
||||
|
||||
public NPCHtmlMessagePacket(NPC npc, String html) {
|
||||
super(OPCODE);
|
||||
this.npc = npc;
|
||||
this.html = html;
|
||||
}
|
||||
|
||||
public NPCHtmlMessagePacket(NPC npc, Html html) {
|
||||
super(OPCODE);
|
||||
this.npc = npc;
|
||||
|
||||
Reference in New Issue
Block a user