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

@@ -1724,7 +1724,7 @@ public class L2ClanHallManagerInstance extends L2MerchantInstance
filename = "html/clanHallManager/chamberlain-" + getId() + ".htm";
if (!HtmCache.getInstance().isLoadable(filename))
{
filename = "html/clanHallManager/chamberlain.htm";// Owner message window
filename = "html/clanHallManager/chamberlain.htm"; // Owner message window
}
}
else if (condition == COND_OWNER_FALSE)

View File

@@ -12202,7 +12202,7 @@ public final class L2PcInstance extends L2Playable
{
_fish.setFishGroup(-1);
}
// sendMessage("Hook x,y: " + _x + "," + _y + " - Water Z, Player Z:" + _z + ", " + getZ()); //debug line, uncoment to show coordinates used in fishing.
// sendMessage("Hook x,y: " + _x + "," + _y + " - Water Z, Player Z:" + _z + ", " + getZ()); // debug line, uncoment to show coordinates used in fishing.
broadcastPacket(new ExFishingStart(this, _fish.getFishGroup(), _x, _y, _z, _lure.isNightLure()));
// sendPacket(new PlaySound(1, "SF_P_01", 0, 0, 0, 0, 0));
startLookingForFishTask();

View File

@@ -436,7 +436,7 @@ public class L2SepulcherNpcInstance extends L2Npc
{
if (msg == null)
{
return;// wrong usage
return; // wrong usage
}
final CreatureSay creatureSay = new CreatureSay(0, ChatType.NPC_SHOUT, getName(), msg);