Sync with L2JServer Feb 7th 2015.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
package quests.Q10320_LetsGoToTheCentralSquare;
|
||||
|
||||
import com.l2jserver.gameserver.enums.ChatType;
|
||||
import com.l2jserver.gameserver.enums.Race;
|
||||
import com.l2jserver.gameserver.model.actor.L2Character;
|
||||
import com.l2jserver.gameserver.model.actor.L2Npc;
|
||||
@@ -32,7 +33,6 @@ import com.l2jserver.gameserver.model.quest.QuestState;
|
||||
import com.l2jserver.gameserver.model.quest.State;
|
||||
import com.l2jserver.gameserver.model.zone.L2ZoneType;
|
||||
import com.l2jserver.gameserver.network.NpcStringId;
|
||||
import com.l2jserver.gameserver.network.clientpackets.Say2;
|
||||
import com.l2jserver.gameserver.network.serverpackets.NpcSay;
|
||||
import com.l2jserver.gameserver.network.serverpackets.TutorialShowHtml;
|
||||
import com.l2jserver.gameserver.util.Broadcast;
|
||||
@@ -96,7 +96,7 @@ public final class Q10320_LetsGoToTheCentralSquare extends Quest
|
||||
addExpAndSp(player, 30, 5);
|
||||
qs.exitQuest(false, true);
|
||||
htmltext = event;
|
||||
Broadcast.toKnownPlayers(npc, new NpcSay(npc.getObjectId(), Say2.NPC_ALL, npc.getTemplate().getDisplayId(), NpcStringId.WAIT_WAIT_A_MINUTE_I_STILL_HAVE_TIME));
|
||||
Broadcast.toKnownPlayers(npc, new NpcSay(npc.getObjectId(), ChatType.NPC_GENERAL, npc.getTemplate().getDisplayId(), NpcStringId.WAIT_WAIT_A_MINUTE_I_STILL_HAVE_TIME));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user