From 4ddfd12dba76693a9d94f1ac7b9fc6408db0f845 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Mon, 20 Jan 2020 21:20:06 +0000 Subject: [PATCH] Proper Grandis id for quest 10965. --- .../quests/Q10965_DeathMysteries/Q10965_DeathMysteries.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/Q10965_DeathMysteries/Q10965_DeathMysteries.java b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/Q10965_DeathMysteries/Q10965_DeathMysteries.java index a473096cc2..fdc35a40b1 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/Q10965_DeathMysteries/Q10965_DeathMysteries.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/scripts/quests/Q10965_DeathMysteries/Q10965_DeathMysteries.java @@ -45,7 +45,7 @@ public class Q10965_DeathMysteries extends Quest private static final int ROAD_SCAVENGER = 20551; private static final int FETTERED_SOUL = 20552; private static final int WINDUS = 20553; - private static final int GRANDIS = 50554; + private static final int GRANDIS = 20554; // Items private static final ItemHolder ADVENTURERS_AGATHION_BRACELET = new ItemHolder(91933, 1); private static final ItemHolder ADVENTURERS_AGATHION_GRIFIN = new ItemHolder(91935, 1);