Core/Instances: Added back missing cases to InstanceScript::SendEncounterUnit

Port From (https://github.com/TrinityCore/TrinityCore/commit/cc7e1bdcaed1ef1f6b4394378c99c56c8438b049)
This commit is contained in:
hondacrx
2024-02-21 18:12:41 -05:00
parent d175373d44
commit a4927ae941
3 changed files with 90 additions and 14 deletions
+8 -11
View File
@@ -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