More typo corrections.
This commit is contained in:
@@ -456,7 +456,7 @@ public abstract class Creature extends WorldObject implements ISkillsHolder, IDe
|
||||
}
|
||||
|
||||
/**
|
||||
* This will untransform a player if they are an instance of Ncinstance and if they are transformed.
|
||||
* This will untransform a player if they are an instance of PlayerInstance and if they are transformed.
|
||||
*/
|
||||
public void untransform()
|
||||
{
|
||||
|
@@ -320,7 +320,7 @@ public class UseItem implements IClientIncomingPacket
|
||||
{
|
||||
player.getInventory().setPaperdollItem(Inventory.PAPERDOLL_LHAND, item);
|
||||
player.broadcastUserInfo();
|
||||
// Send a Server->Client packet ItemList to this NcINstance to update left hand equipment.
|
||||
// Send a Server->Client packet ItemList to this PlayerInstance to update left hand equipment.
|
||||
client.sendPacket(new ItemList(player, false));
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user