소스 검색

Added HT_FREEZINGTRAP to is_skill_using_arrow (#9115)

The skill was accidentally removed in 435b2b6.

Thanks to @Playtester.
Lemongrass3110 2 달 전
부모
커밋
8e7a78bb9d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/map/battle.cpp

+ 1 - 0
src/map/battle.cpp

@@ -2876,6 +2876,7 @@ static bool is_skill_using_arrow(struct block_list *src, int32 skill_id)
 	}
 
 	switch( skill_id ) {
+		case HT_FREEZINGTRAP:
 		case HT_PHANTASMIC:
 		case GS_GROUNDDRIFT:
 		case SS_KUNAIKUSSETSU: