summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2014-08-08 19:58:25 +0200
committerMichieru <Michieru@users.noreply.github.com>2014-08-08 19:58:25 +0200
commit9395ed3cfe3129111459ceec00d92f5706a27e1a (patch)
tree4c6ce9bda49ef84ec323a07153b28cce5a7936f1 /src/map/status.h
parent73089923e91b88bb2470cd7abab8616b5e68d374 (diff)
downloadhercules-9395ed3cfe3129111459ceec00d92f5706a27e1a.tar.gz
hercules-9395ed3cfe3129111459ceec00d92f5706a27e1a.tar.bz2
hercules-9395ed3cfe3129111459ceec00d92f5706a27e1a.tar.xz
hercules-9395ed3cfe3129111459ceec00d92f5706a27e1a.zip
- Fix during Severe Rainstorm you can't swith equipment (bug:8193)
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index d1b3c6471..942f86d7c 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -722,6 +722,8 @@ typedef enum sc_type {
SC_DEFSET,
SC_MDEFSET,
+ SC_NO_SWITCH_EQUIP,
+
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;