mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 06:01:38 +00:00
Set door zone to 32 bytes for consistency in copy [skip ci]
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ struct PlayerCorpse_Struct {
|
|||||||
struct Door {
|
struct Door {
|
||||||
uint32 db_id;
|
uint32 db_id;
|
||||||
uint8 door_id;
|
uint8 door_id;
|
||||||
char zone_name[16];
|
char zone_name[32];
|
||||||
char door_name[32];
|
char door_name[32];
|
||||||
float pos_x;
|
float pos_x;
|
||||||
float pos_y;
|
float pos_y;
|
||||||
|
|||||||
Reference in New Issue
Block a user