Minor comment changes.

This commit is contained in:
MobiusDev
2016-02-19 10:49:35 +00:00
parent 18f610bb3d
commit 66c104b88b
33 changed files with 85 additions and 85 deletions

View File

@ -46,7 +46,7 @@ public class RequestExAutoFish extends L2GameClientPacket
}
if (activeChar.isFishing())
{
activeChar.endFishing(true, false);// TODO: Correct Animation
activeChar.endFishing(true, false); // TODO: Correct Animation
}
else
{

View File

@ -40,7 +40,7 @@ public final class RequestGetItemFromPet extends L2GameClientPacket
{
_objectId = readD();
_amount = readQ();
_unknown = readD();// = 0 for most trades
_unknown = readD(); // = 0 for most trades
}
@Override