Fixed VariationData parsing NPE.
This commit is contained in:
parent
2b1d5aa7f0
commit
3c4ff18e5c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user