Talk NPC should not be registered as start NPC.

This commit is contained in:
MobiusDevelopment
2019-04-18 02:13:14 +00:00
parent e0ffed049d
commit 3d7c3d422d

View File

@@ -48,7 +48,7 @@ public class Q10533_OrfensAmbition extends Quest
public Q10533_OrfensAmbition() public Q10533_OrfensAmbition()
{ {
super(10533); super(10533);
addStartNpc(START_NPC, TALK_NPC_1); addStartNpc(START_NPC);
addTalkId(START_NPC, TALK_NPC_1); addTalkId(START_NPC, TALK_NPC_1);
addKillId(BOSS_IDS); addKillId(BOSS_IDS);
addCondMinLevel(MIN_LEVEL, getNoQuestMsg(null)); addCondMinLevel(MIN_LEVEL, getNoQuestMsg(null));