Skip to content
Snippets Groups Projects
Commit d9db56db authored by Rumen Nikiforov's avatar Rumen Nikiforov
Browse files

BETA: Fixing minor typo in Quest Jewel of Valakas (10505) (Wrong Valakas id)

	* Patch by: lion
parent 6faa3178
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ public class Q10505_JewelOfValakas extends Quest
// Items
private static final int EMPTY_CRYSTAL = 21906;
private static final int FILLED_CRYSTAL_VALAKAS_ENERGY = 21908;
private static final int JEWEL_OF_VALAKAS = 21898;
private static final int JEWEL_OF_VALAKAS = 21896;
private static final int VACUALITE_FLOATING_STONE = 7267;
// Misc
private static final int MIN_LEVEL = 83;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment