Minor quest fixes.

This commit is contained in:
MobiusDev
2015-08-13 21:33:02 +00:00
parent 6c9a572157
commit 02d3e71bcf
16 changed files with 30 additions and 23 deletions

View File

@@ -52,7 +52,7 @@ public class Q10743_StrangeFungus extends Quest
addTalkId(LEIRA, MILONE);
addKillId(GROWLER, ROBUST_GROWLER, EVOLVED_GROWLER);
registerQuestItems(PECULIAR_MUSHROOM_SPORE);
addCondLevel(MIN_LEVEL, MAX_LEVEL, "fixme.html");
addCondLevel(MIN_LEVEL, MAX_LEVEL, "no_quest.html");
}
@Override

View File

@@ -0,0 +1 @@
<html><body>You either don't meet this NPC's minimum quest requirements, or your level is too low to start this quest.</body></html>