summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-03-22 17:06:50 -0300
committershennetsind <ind@henn.et>2014-03-22 17:06:50 -0300
commit9ea7b143192568a259aa6e7e223420e8d5762b9e (patch)
tree4dcaa11b8fb9acb6922048e5f4bd411cf348f183 /src/map/status.h
parent7b71f22331c805a406c57f5a8eff93b464b57018 (diff)
downloadhercules-9ea7b143192568a259aa6e7e223420e8d5762b9e.tar.gz
hercules-9ea7b143192568a259aa6e7e223420e8d5762b9e.tar.bz2
hercules-9ea7b143192568a259aa6e7e223420e8d5762b9e.tar.xz
hercules-9ea7b143192568a259aa6e7e223420e8d5762b9e.zip
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 <ind@henn.et>
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h3
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.