Exemple #1
0
 public static void NPCInfo(ByteBuffer buffe)
 {
     try
     {
         NPCInfo npc_inf = new NPCInfo();
         npc_inf.Load(buffe);
         AddInfo.Add_NPCInfo(npc_inf);
     }
     catch(Exception e)
     {
         Globals.l2net_home.Add_Text("0C packet error caught! " + e.Message, Globals.Red, TextType.ALL);
     }
 }