Revert "Fixed some (many) "{ get; set; }""

This reverts commit 8393349316.
This commit is contained in:
Fabian
2017-11-05 22:26:25 +01:00
parent 8ed446ae7a
commit facab2dce6
77 changed files with 3697 additions and 3704 deletions
+2 -2
View File
@@ -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;