Quest Request of the Seeker (10363).

Contributed by spider.
This commit is contained in:
MobiusDev
2015-08-12 12:48:47 +00:00
parent cd6d0d7188
commit d5a85ec14c
18 changed files with 391 additions and 68 deletions

View File

@ -43,4 +43,9 @@ public class SocialAction extends L2GameServerPacket
writeD(_actionId);
writeD(0x00); // TODO: Find me!
}
public int getId()
{
return _actionId;
}
}