summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/009-8/celestia.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/009-8/celestia.txt b/world/map/npc/009-8/celestia.txt
index 4fbe6609..f73a2ecc 100644
--- a/world/map/npc/009-8/celestia.txt
+++ b/world/map/npc/009-8/celestia.txt
@@ -287,7 +287,7 @@ function|script|CelestiaState
{
if (BaseLevel >= 40 && QL_CELESTIA == 0) // if the player is at least level 40
set QL_CELESTIA, 1; // show the quest marker
- if (BaseLevel >= 90 && QL_CELESTIA == 3 && @scared_celestia) // check if level >= 90, if scared celestia and if easy quest done
+ if (BaseLevel >= 70 && QL_CELESTIA == 3 && @scared_celestia) // check if level >= 70, if scared celestia and if easy quest done
set QL_CELESTIA, 4; // show the quest marker for the secret advanced quest
return;
}