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