Implemented Basic Creature Scaling

Trainer followup
Misc Fixes
This commit is contained in:
hondacrx
2017-07-31 14:18:07 -04:00
parent 890ce8d81a
commit 473cea0f06
26 changed files with 370 additions and 96 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ namespace Framework.Constants
/// <summary>
/// Lfg Const
/// </summary>
public const uint LFGTimeRolecheck = 45 * Time.InMilliseconds;
public const uint LFGTimeRolecheck = 45;
public const uint LFGTimeBoot = 120;
public const uint LFGTimeProposal = 45;
public const uint LFGQueueUpdateInterval = 15 * Time.InMilliseconds;