Core/Creatures: Update Scaling to 7.3.5

This commit is contained in:
hondacrx
2018-04-12 18:25:19 -04:00
parent 70fb5c6fd8
commit 7015f1efba
5 changed files with 29 additions and 19 deletions
@@ -397,6 +397,7 @@ namespace Game.Entities
{
public ushort MinLevel;
public ushort MaxLevel;
public short DeltaLevel;
public short DeltaLevelMin;
public short DeltaLevelMax;
}
}