Default all localized behavior to European logic #22

Merged
Exynox merged 20 commits from Tr0n/server:localization/default-gf-eu into nightly 2024-04-09 21:47:23 +03:00
Showing only changes of commit 12b6abf373 - Show all commits

View File

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