Minor comment changes.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user