forked from metin-server/m2dev-client-src
Merge pull request #97 from SunTrustDev/bugfix/refine-not-showing
This commit is contained in:
@@ -2239,7 +2239,7 @@ typedef struct SPacketGCChangeSkillGroup
|
|||||||
struct TMaterial
|
struct TMaterial
|
||||||
{
|
{
|
||||||
uint32_t vnum;
|
uint32_t vnum;
|
||||||
uint32_t count;
|
int32_t count;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct SRefineTable
|
typedef struct SRefineTable
|
||||||
@@ -2256,6 +2256,7 @@ typedef struct SPacketGCRefineInformation
|
|||||||
{
|
{
|
||||||
uint16_t header;
|
uint16_t header;
|
||||||
uint16_t length;
|
uint16_t length;
|
||||||
|
uint8_t type;
|
||||||
uint8_t pos;
|
uint8_t pos;
|
||||||
TRefineTable refine_table;
|
TRefineTable refine_table;
|
||||||
} TPacketGCRefineInformation;
|
} TPacketGCRefineInformation;
|
||||||
|
|||||||
Reference in New Issue
Block a user