From 3409709718c5a35daaaa0ba5c9e601c58f3ac03c Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Wed, 31 Oct 2018 09:55:30 +0100 Subject: [PATCH] Added missing SC definition --- src/map/status.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/map/status.hpp b/src/map/status.hpp index 7817e0e1d9..0fb89bcf46 100644 --- a/src/map/status.hpp +++ b/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