Revert "Fixed some (many) "{ get; set; }""
This reverts commit 8393349316.
This commit is contained in:
@@ -2735,8 +2735,8 @@ namespace Game.Entities
|
||||
FlagArray128 mask = new FlagArray128();
|
||||
mask[j / 32] = 1u << (j % 32);
|
||||
|
||||
SpellModifierData flatData = new SpellModifierData();
|
||||
SpellModifierData pctData = new SpellModifierData();
|
||||
SpellModifierData flatData;
|
||||
SpellModifierData pctData;
|
||||
|
||||
flatData.ClassIndex = j;
|
||||
flatData.ModifierValue = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user