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