forked from metin2/server
Rewrote network stack, started working on porting to 64-bit
This commit is contained in:
@@ -1286,7 +1286,7 @@ namespace quest
|
||||
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD>
|
||||
struct SNPCSellFireworkPosition
|
||||
{
|
||||
long lMapIndex;
|
||||
int lMapIndex;
|
||||
int x;
|
||||
int y;
|
||||
} positions[] = {
|
||||
@@ -1338,7 +1338,7 @@ namespace quest
|
||||
|
||||
struct SEventNPCPosition
|
||||
{
|
||||
long lMapIndex;
|
||||
int lMapIndex;
|
||||
int x;
|
||||
int y;
|
||||
} positions[] = {
|
||||
|
Reference in New Issue
Block a user