From 60b7afe5e3a7214d15d68d7cfd8ebcdd598c9bab Mon Sep 17 00:00:00 2001
From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com>
Date: Tue, 29 Oct 2019 10:32:40 +0000
Subject: [PATCH] Proper enchant toLevel value for Dissonance Wave (11536).
Contributed by Liamxroy.
---
.../dist/game/data/stats/skills/11500-11599.xml | 2 +-
.../dist/game/data/stats/skills/11500-11599.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11500-11599.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11500-11599.xml
index 62683cc227..7c16751386 100644
--- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11500-11599.xml
+++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/11500-11599.xml
@@ -2627,7 +2627,7 @@
60
60
60
- {base + (base / 100 * subIndex)}
+ {base + (base / 100 * subIndex)}
2
diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11500-11599.xml b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11500-11599.xml
index 5871b7efe6..60e47b56cb 100644
--- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11500-11599.xml
+++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/data/stats/skills/11500-11599.xml
@@ -2618,7 +2618,7 @@
60
60
60
- {base + (base / 100 * subIndex)}
+ {base + (base / 100 * subIndex)}
2