forked from metin2/server
1
0
Fork 0

remove IS_BOTARYABLE_ZONE

This commit is contained in:
Tr0n 2024-04-07 14:19:29 +02:00
parent e1daa48366
commit 12b6abf373
No known key found for this signature in database
1 changed files with 0 additions and 5 deletions

View File

@ -146,11 +146,6 @@ bool IS_SUMMONABLE_ZONE(int map_index)
return true;
}
bool IS_BOTARYABLE_ZONE(int nMapIndex)
{
return true;
}
// item socket 이 프로토타입과 같은지 체크 -- by mhh
static bool FN_check_item_socket(LPITEM item)
{