Fixed VariationData parsing NPE.

This commit is contained in:
MobiusDevelopment 2019-05-11 17:39:07 +00:00
parent 2b1d5aa7f0
commit 3c4ff18e5c

View File

@ -5412,12 +5412,12 @@
<variation mineralId="80130">
<optionGroup weaponType="warrior" order="0">
<optionCategory chance="100.0">
<optionRange from="33748" to="33884" /> <!-- P. Ak. + 1% -> Damage Received -15% -->
<optionRange from="33748" to="33884" chance="100" /> <!-- P. Ak. + 1% -> Damage Received -15% -->
</optionCategory>
</optionGroup>
<optionGroup weaponType="mage" order="0">
<optionCategory chance="100.0">
<optionRange from="33748" to="33884" /> <!-- P. Ak. + 1% -> Damage Received -15% -->
<optionRange from="33748" to="33884" chance="100" /> <!-- P. Ak. + 1% -> Damage Received -15% -->
</optionCategory>
</optionGroup>
</variation>