forked from metin2/server
Rewrote network stack, started working on porting to 64-bit
This commit is contained in:
@@ -602,7 +602,7 @@ void Take(fishing_event_info* info, LPCHARACTER ch)
|
||||
{
|
||||
if (info->step == 1) // <20><><EFBFBD>Ⱑ <20>ɸ<EFBFBD> <20><><EFBFBD>¸<EFBFBD>..
|
||||
{
|
||||
long ms = (long) ((get_dword_time() - info->hang_time));
|
||||
int ms = (int) ((get_dword_time() - info->hang_time));
|
||||
DWORD item_vnum = 0;
|
||||
int ret = Compute(info->fish_id, ms, &item_vnum, GetFishingLevel(ch));
|
||||
|
||||
|
Reference in New Issue
Block a user