From 12b6abf373bc04f28b3260053bec584bb18bdc6a Mon Sep 17 00:00:00 2001 From: Tr0n Date: Sun, 7 Apr 2024 14:19:29 +0200 Subject: [PATCH] remove IS_BOTARYABLE_ZONE --- src/game/src/char_item.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/game/src/char_item.cpp b/src/game/src/char_item.cpp index 95c7a5b..f6e7a2b 100644 --- a/src/game/src/char_item.cpp +++ b/src/game/src/char_item.cpp @@ -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) {