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

@ -47,7 +47,7 @@ public class Q00140_ShadowFoxPart2 extends Quest
{
MOBS.put(20789, 45); // Crokian
MOBS.put(20790, 58); // Dailaon
MOBS.put(20791, 100);// Crokian Warrior
MOBS.put(20791, 100); // Crokian Warrior
MOBS.put(20792, 92); // Farhite
}

View File

@ -49,7 +49,7 @@ public class Q00142_FallenAngelRequestOfDawn extends Quest
MOBS.put(20084, 421); // Ant Patrol
MOBS.put(20086, 371); // Ant Guard
MOBS.put(20087, 900); // Ant Soldier
MOBS.put(20088, 1000);// Ant Warrior Captain
MOBS.put(20088, 1000); // Ant Warrior Captain
MOBS.put(20089, 431); // Noble Ant
MOBS.put(20090, 917); // Noble Ant Leader
}

View File

@ -257,7 +257,7 @@ public final class Q00625_TheFinestIngredientsPart2 extends Quest
public String onSpawn(L2Npc npc)
{
startQuestTimer("NPC_TALK", 1000 * 1200, npc, null);
// npc.broadcastPacket(new NpcSay(npc.getObjectId(), ChatType.NPC_GENERAL, npc.getTemplate().getDisplayId(), NpcStringId.I_SMELL_SOMETHING_DELICIOUS)); //TODO: St3eT: Find proper NpcStringId
// npc.broadcastPacket(new NpcSay(npc.getObjectId(), ChatType.NPC_GENERAL, npc.getTemplate().getDisplayId(), NpcStringId.I_SMELL_SOMETHING_DELICIOUS)); // TODO: St3eT: Find proper NpcStringId
return super.onSpawn(npc);
}