- r101 fixed error for friend memo (SQL).

- Fixed Awakening social action.
 - Implemented configs for awakening to skip or not Seize of Destiny quest and Scroll of Afterlife item.
 - Fixed mentee getting 2 letters with 2 headphones and fixed skill error, when adding mentee.
 - Implemented Change Attribute stone engine.
This commit is contained in:
erlandys56
2015-01-25 11:52:47 +00:00
parent effe7c4033
commit c38b542dda
19 changed files with 573 additions and 29 deletions

View File

@@ -1401,13 +1401,13 @@ public final class L2GamePacketHandler implements IPacketHandler<L2GameClient>,
// msg = new RequestHardWareInfo(); (SddddddSddddddddddSS)
break;
case 0xB0:
// msg = new SendChangeAttributeTargetItem();
msg = new SendChangeAttributeTargetItem();
break;
case 0xB1:
// msg = new RequestChangeAttributeItem();
msg = new RequestChangeAttributeItem();
break;
case 0xB2:
// msg = new RequestChangeAttributeCancel();
msg = new RequestChangeAttributeCancel();
break;
case 0xB3:
// msg = new RequestBR_PresentBuyProduct();