diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index c0c6c63b7..e47c2b365 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -702,6 +702,9 @@ typedef enum sc_type { SC__MAELSTROM, SC__CHAOS, + + SC__FEINTBOMB_MASTER, + SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; // Official status change ids, used to display status icons on the client. |