Implemented Basic Creature Scaling
Trainer followup Misc Fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1840,7 +1840,7 @@ namespace Framework.Constants
|
||||
Threat = 63,
|
||||
TriggerSpell = 64,
|
||||
ApplyAreaAuraRaid = 65,
|
||||
CreateManaGem = 66,
|
||||
RechargeItem = 66,
|
||||
HealMaxHealth = 67,
|
||||
InterruptCast = 68,
|
||||
Distract = 69,
|
||||
|
||||
Reference in New Issue
Block a user