From 9ea7b143192568a259aa6e7e223420e8d5762b9e Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 22 Mar 2014 17:06:50 -0300 Subject: Fixed Bug 8107 feintbomb issue which could cause endless hiding. Special Thanks to kyeme. http://hercules.ws/board/tracker/issue-8107-feint-bomb-super-bug/ Signed-off-by: shennetsind --- src/map/status.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/status.h') 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. -- cgit v1.2.3-70-g09d2