- Add new commands .group set assistant, .group set maintank and .group set mainassist to toggle raid member flags.

Port From (https://github.com/TrinityCore/TrinityCore/commit/17a0139b0e121b0d8d0f2a079fcfd49090ea35a4)
This commit is contained in:
hondacrx
2020-07-24 13:18:37 -04:00
parent e5b6703dd0
commit c70d2a67a0
5 changed files with 107 additions and 11 deletions
+4 -4
View File
@@ -766,10 +766,10 @@ namespace Framework.Constants
CommandGobjectSpawngroup = 858, // Reserved For DynamicSpawning
CommandGobjectDespawngroup = 859, // Reserved For DynamicSpawning
CommandListRespawns = 860, // Reserved For DynamicSpawning
CommandGroupSet = 861, // Reserved
CommandGroupAssistant = 862, // Reserved
CommandGroupMaintank = 863, // Reserved
CommandGroupMainassist = 864, // Reserved
CommandGroupSet = 861,
CommandGroupAssistant = 862,
CommandGroupMaintank = 863,
CommandGroupMainassist = 864,
CommandNpcShowloot = 865, // Reserved
CommandListSpawnpoints = 866, // Reserved
CommandReloadQuestGreetingLocale = 867, // Reserved
+4 -1
View File
@@ -954,7 +954,10 @@ namespace Framework.Constants
DisallowTicketsConfig = 1190,
BanExists = 1191,
ChangeAccountSuccess = 1192,
// Room For More Level 3 1193-1198 Not Used
NotInRaidGroup = 1193,
GroupRoleChanged = 1194,
LeaderCannotBeAssistant = 1195,
// Room for more level 3 1196-1198 not used
// Debug Commands
DebugAreatriggerLeft = 1999,