소스 검색

Added missing SC definition

Lemongrass3110 6 년 전
부모
커밋
3409709718
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/map/status.hpp

+ 2 - 0
src/map/status.hpp

@@ -861,6 +861,8 @@ enum sc_type : int16 {
 
 	SC_ANCILLA,
 
+	SC_BLOCKING_PLAY,
+
 #ifdef RENEWAL
 	SC_EXTREMITYFIST2, //! NOTE: This SC should be right before SC_MAX, so it doesn't disturb if RENEWAL is disabled
 #endif