diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/others/AdventurersGuide/AdventurersGuide.java b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/others/AdventurersGuide/AdventurersGuide.java index 7a0a53fcea..8d3f0e0325 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/others/AdventurersGuide/AdventurersGuide.java +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/others/AdventurersGuide/AdventurersGuide.java @@ -115,7 +115,7 @@ public final class AdventurersGuide extends AbstractNpcAI private String applyBuffs(L2Npc npc, L2PcInstance player, Skill skill) { - if (player.getLevel() > 90) + if (player.getLevel() > 94) { return "guide-noBuffs.html"; } diff --git a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/others/AdventurersGuide/guide-01.html b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/others/AdventurersGuide/guide-01.html index fec3253395..8d3c936454 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/others/AdventurersGuide/guide-01.html +++ b/L2J_Mobius_3.0_Helios/dist/game/data/scripts/ai/others/AdventurersGuide/guide-01.html @@ -1,5 +1,5 @@
-I can offer you the following buffs, if you're below Lv. 91.