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
+1 -3
View File
@@ -431,7 +431,7 @@ namespace Game.BattlePets
public List<BattlePetSlot> GetSlots() { return _slots; }
WorldSession _owner;
private ushort _trapLevel;
ushort _trapLevel;
Dictionary<ulong, BattlePet> _pets = new Dictionary<ulong, BattlePet>();
List<BattlePetSlot> _slots = new List<BattlePetSlot>();
@@ -440,8 +440,6 @@ namespace Game.BattlePets
static MultiMap<uint, byte> _availableBreedsPerSpecies = new MultiMap<uint, byte>();
static Dictionary<uint, byte> _defaultQualityPerSpecies = new Dictionary<uint, byte>();
public ushort TrapLevel { get => _trapLevel; set => _trapLevel = value; }
public class BattlePet
{
public void CalculateStats()