Level correction for quest The Wrath of the Giants (10776).

Contributed by Edoo.
This commit is contained in:
MobiusDevelopment
2019-10-25 13:26:04 +00:00
parent 356e02d429
commit 13ad4aee33
6 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<html><body>Ivory Tower Wizard Belkadhi:<br>
This is a very dangerous place. You shouldn't come here if you're not adequately prepared.<br>
I tell you this for your own good, so don't feel bad.<br>
(This quest can only be performed by Ertheia who have completed "In Search of an Ancient Giant" and are Lv. 48 or above.)
(This quest can only be performed by Ertheia who have completed "In Search of an Ancient Giant" and are Lv. 46 or above.)
</body></html>

View File

@@ -53,7 +53,7 @@ public class Q10776_TheWrathOfTheGiants extends Quest
new Location(16515, 113298, -9064)
};
// Misc
private static final int MIN_LEVEL = 48;
private static final int MIN_LEVEL = 46;
public Q10776_TheWrathOfTheGiants()
{