Scripts/Commands: Convert remaining debug commands

Port From (https://github.com/TrinityCore/TrinityCore/commit/26f3c25dae6b0170688277b05b9a37f257b16c68)
This commit is contained in:
hondacrx
2022-06-08 16:06:27 -04:00
parent e6db88fa14
commit 31b0815170
2 changed files with 70 additions and 173 deletions
@@ -2603,6 +2603,7 @@ namespace Framework.Constants
RaidEncounter = 22, // Cctt|
Healthy75Percent = 23, // C |
WoundHealth35_80 = 24, // T |
Max,
PerCasterAuraStateMask = (1 << (RaidEncounter2 - 1)) | (1 << (RoguePoisoned - 1))
}