mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Revert "[BUG] Fix for Group Leader Disband Issue"
This reverts commit f854137ca0.
This commit is contained in:
@@ -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",
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user