forked from metin2/server
Rewrote network stack, started working on porting to 64-bit
This commit is contained in:
@@ -42,8 +42,8 @@ namespace quest
|
||||
{
|
||||
BYTE bHeader;
|
||||
DWORD dwTargetPID;
|
||||
long x;
|
||||
long y;
|
||||
int x;
|
||||
int y;
|
||||
|
||||
monarch_transfer2_event_info()
|
||||
: bHeader( 0 )
|
||||
@@ -331,8 +331,8 @@ namespace quest
|
||||
LPCHARACTER mob = NULL;
|
||||
|
||||
{
|
||||
long x = ch->GetX();
|
||||
long y = ch->GetY();
|
||||
int x = ch->GetX();
|
||||
int y = ch->GetY();
|
||||
#if 0
|
||||
if (11505 == mob_vnum) // Ȳ<>ݵβ<DDB5><CEB2><EFBFBD>
|
||||
{
|
||||
|
Reference in New Issue
Block a user