From 65f8afc8968a40633ccb81b8117344f110ee6064 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sun, 27 Mar 2022 22:45:34 +0000 Subject: [PATCH] Fixed Vanguard character selection mount display. --- .../l2jmobius/gameserver/model/CharSelectInfoPackage.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/CharSelectInfoPackage.java b/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/CharSelectInfoPackage.java index c53fd81db5..11d8db5ca4 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/CharSelectInfoPackage.java +++ b/L2J_Mobius_Essence_6.2_Vanguard/java/org/l2jmobius/gameserver/model/CharSelectInfoPackage.java @@ -167,6 +167,11 @@ public class CharSelectInfoPackage { _baseClassId = 204; } + // Vanguard + else if ((baseClassId >= 217) && (baseClassId <= 220)) + { + _baseClassId = 217; + } // Other Classes else {