Make field in MeridianScepter transient
This commit is contained in:
parent
dbf61c5652
commit
f9826abc1e
@ -39,7 +39,7 @@ public class MeridianScepter extends LegendaryItem
|
||||
|
||||
private RGBData[] colors = { UtilColor.RgbPurple, UtilColor.RgbPurple.Lighten(), UtilColor.RgbPurple.Darken() };
|
||||
|
||||
private HashMap<AttackAnimation, Integer> _animations = new HashMap<AttackAnimation, Integer>();
|
||||
private transient HashMap<AttackAnimation, Integer> _animations = new HashMap<AttackAnimation, Integer>();
|
||||
|
||||
public MeridianScepter()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user