Let dz handle client removal timers

Remove all clients inside a dz, not just those assigned to instance
This commit is contained in:
hg
2020-05-07 18:38:43 -04:00
parent 9102bb1478
commit eccc79e4ce
6 changed files with 54 additions and 15 deletions
+2
View File
@@ -156,6 +156,7 @@
#define ServerOP_ExpeditionDzZoneIn 0x040c
#define ServerOP_DzCharacterChange 0x0450
#define ServerOP_DzRemoveAllCharacters 0x0451
#define ServerOP_LSInfo 0x1000
#define ServerOP_LSStatus 0x1001
@@ -2072,6 +2073,7 @@ struct ServerDzLocation_Struct {
};
struct ServerDzCharacter_Struct {
uint16 zone_id;
uint16 instance_id;
uint8 remove; // 0: added 1: removed
uint32 character_id;