aesop0222 / l1j-tw-99nets

Automatically exported from code.google.com/p/l1j-tw-99nets
1 stars 2 forks source link

S_PetList.java裡面 #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
if (amuletList.size() != 1) {         <---------0是否要等於1
writeC(Opcodes.S_OPCODE_SHOWRETRIEVELIST);
writeD(npcObjId);
writeH(amuletList.size());
writeC(0x0c);

值等於0領取寵物會斷線
等於1時貌似正常!
請大大測試!

Original issue reported on code.google.com by work0612...@yahoo.com.tw on 19 Nov 2011 at 8:51