瀏覽代碼

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: