Core/Instances: Added back missing cases to InstanceScript::SendEncounterUnit
Port From (https://github.com/TrinityCore/TrinityCore/commit/cc7e1bdcaed1ef1f6b4394378c99c56c8438b049)
This commit is contained in:
@@ -129,17 +129,14 @@ namespace Framework.Constants
|
||||
|
||||
public enum EncounterFrameType
|
||||
{
|
||||
SetCombatResLimit = 0,
|
||||
ResetCombatResLimit = 1,
|
||||
Engage = 2,
|
||||
Disengage = 3,
|
||||
UpdatePriority = 4,
|
||||
AddTimer = 5,
|
||||
EnableObjective = 6,
|
||||
UpdateObjective = 7,
|
||||
DisableObjective = 8,
|
||||
Unk7 = 9, // Seems To Have Something To Do With Sorting The Encounter Units
|
||||
AddCombatResLimit = 10
|
||||
Engage = 0,
|
||||
Disengage = 1,
|
||||
UpdatePriority = 2,
|
||||
AddTimer = 3,
|
||||
EnableObjective = 4,
|
||||
UpdateObjective = 5,
|
||||
DisableObjective = 6,
|
||||
PhaseShiftChanged = 7
|
||||
}
|
||||
|
||||
public enum EncounterState
|
||||
|
||||
Reference in New Issue
Block a user