More crest related improvements.

This commit is contained in:
mobius
2015-02-12 10:28:12 +00:00
parent 3d833d9521
commit e6573f120d
4 changed files with 7 additions and 15 deletions

View File

@ -100,7 +100,7 @@ public final class L2Crest implements IIdentifiable
{
case PLEDGE:
{
activeChar.sendPacket(new PledgeCrest(getId(), getData()));
activeChar.sendPacket(new PledgeCrest(getId()));
path = "Crest.crest_" + Config.SERVER_ID + "_" + getId();
break;
}
@ -130,7 +130,7 @@ public final class L2Crest implements IIdentifiable
}
case ALLY:
{
activeChar.sendPacket(new AllyCrest(getId(), getData()));
activeChar.sendPacket(new AllyCrest(getId()));
path = "Crest.crest_" + Config.SERVER_ID + "_" + getId();
break;
}