Browse Source

Added HT_FREEZINGTRAP to is_skill_using_arrow (#9115)

The skill was accidentally removed in 435b2b6.

Thanks to @Playtester.
Lemongrass3110 2 tháng trước cách đây
mục cha
commit
8e7a78bb9d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: