Fixing xml typos for previous commit.
This commit is contained in:
L2J_Mobius_Classic_2.0_Saviors/dist/game/data/scripts/handlers/effecthandlers/BlockAbnormalSlot.java
Vendored
+1
-1
@@ -37,7 +37,7 @@ public final class BlockAbnormalSlot extends AbstractEffect
|
||||
|
||||
public BlockAbnormalSlot(StatsSet params)
|
||||
{
|
||||
_blockAbnormalSlots = Arrays.stream(params.getString("dispel").split(";")).map(slot -> Enum.valueOf(AbnormalType.class, slot)).collect(Collectors.toSet());
|
||||
_blockAbnormalSlots = Arrays.stream(params.getString("slot").split(";")).map(slot -> Enum.valueOf(AbnormalType.class, slot)).collect(Collectors.toSet());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user