forked from metin2/server
Added build details, the executables no longer write VERSION.TXT
This commit is contained in:
@@ -931,7 +931,7 @@ typedef struct packet_char_additional_info
|
||||
BYTE bEmpire;
|
||||
DWORD dwGuildID;
|
||||
DWORD dwLevel;
|
||||
short sAlignment;
|
||||
sh_int sAlignment;
|
||||
BYTE bPKMode;
|
||||
DWORD dwMountVnum;
|
||||
} TPacketGCCharacterAdditionalInfo;
|
||||
@@ -950,7 +950,7 @@ typedef struct packet_char_additional_info
|
||||
DWORD dwAffectFlag[2];
|
||||
|
||||
DWORD dwGuildID;
|
||||
short sAlignment;
|
||||
sh_int sAlignment;
|
||||
BYTE bPKMode;
|
||||
DWORD dwMountVnum;
|
||||
} TPacketGCCharacterUpdateOld;
|
||||
@@ -961,7 +961,7 @@ typedef struct packet_update_char
|
||||
BYTE header;
|
||||
DWORD dwVID;
|
||||
|
||||
WORD awPart[CHR_EQUIPPART_NUM];
|
||||
WORD awPart[CHR_EQUIPPART_NUM];
|
||||
BYTE bMovingSpeed;
|
||||
BYTE bAttackSpeed;
|
||||
|
||||
@@ -969,7 +969,7 @@ typedef struct packet_update_char
|
||||
DWORD dwAffectFlag[2];
|
||||
|
||||
DWORD dwGuildID;
|
||||
short sAlignment;
|
||||
sh_int sAlignment;
|
||||
BYTE bPKMode;
|
||||
DWORD dwMountVnum;
|
||||
//WORD wRaceNum;
|
||||
@@ -1060,7 +1060,7 @@ typedef struct packet_skill_level
|
||||
|
||||
typedef struct packet_point_change
|
||||
{
|
||||
INT header;
|
||||
BYTE header;
|
||||
DWORD dwVID;
|
||||
BYTE type;
|
||||
LONG amount;
|
||||
@@ -1573,7 +1573,7 @@ typedef struct packet_party_update
|
||||
DWORD pid;
|
||||
BYTE role;
|
||||
BYTE percent_hp;
|
||||
short affects[7];
|
||||
sh_int affects[7];
|
||||
} TPacketGCPartyUpdate;
|
||||
|
||||
typedef struct packet_party_remove
|
||||
|
Reference in New Issue
Block a user