Revert "[BUG] Fix for Group Leader Disband Issue"

This reverts commit f854137ca0.
This commit is contained in:
Akkadius
2021-02-12 02:05:20 -06:00
parent 507bbe83f3
commit 6e765e7ddc
8 changed files with 59 additions and 147 deletions
-2
View File
@@ -120,7 +120,6 @@ namespace Logs {
Loot,
Expeditions,
DynamicZones,
Group,
MaxCategoryID /* Don't Remove this */
};
@@ -200,7 +199,6 @@ namespace Logs {
"Loot",
"Expeditions",
"DynamicZones",
"Group",
};
}
-12
View File
@@ -80,7 +80,6 @@
#define ServerOP_UpdateSpawn 0x003f
#define ServerOP_SpawnStatusChange 0x0040
#define ServerOP_DropClient 0x0041 // DropClient
#define ServerOP_ChangeGroupLeader 0x0042
#define ServerOP_ReloadTasks 0x0060
#define ServerOP_DepopAllPlayersCorpses 0x0061
#define ServerOP_ReloadTitles 0x0062
@@ -862,7 +861,6 @@ struct ServerGroupLeave_Struct {
uint16 instance_id;
uint32 gid;
char member_name[64]; //kick this member from the group
bool checkleader;
};
struct ServerGroupJoin_Struct {
@@ -872,20 +870,10 @@ struct ServerGroupJoin_Struct {
char member_name[64]; //this person is joining the group
};
struct ServerGroupLeader_Struct {
uint32 zoneid;
uint16 instance_id;
uint32 gid;
char leader_name[64];
char oldleader_name[64];
};
struct ServerForceGroupUpdate_Struct {
uint32 origZoneID;
uint16 instance_id;
uint32 gid;
char leader_name[64];
char oldleader_name[64];
};
struct ServerGroupChannelMessage_Struct {