diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-08-06 16:08:06 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-08-06 16:08:06 +0200 |
commit | ec28fdbe925a0a6d2ca18d2689ba2ae5a7405597 (patch) | |
tree | 711a9a4a1d6791ec96addb84883b07a00bb4ea14 /src/map/status.h | |
parent | 356a83b11ae56778992b27b0c9b358d7d79722cd (diff) | |
download | hercules-ec28fdbe925a0a6d2ca18d2689ba2ae5a7405597.tar.gz hercules-ec28fdbe925a0a6d2ca18d2689ba2ae5a7405597.tar.bz2 hercules-ec28fdbe925a0a6d2ca18d2689ba2ae5a7405597.tar.xz hercules-ec28fdbe925a0a6d2ca18d2689ba2ae5a7405597.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index c90efd2e0..670fce3bb 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -716,7 +716,7 @@ typedef enum sc_type { SC_FLASHCOMBO, //Vellum Weapon reductions - SC_DEFSET,
+ SC_DEFSET, SC_MDEFSET, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. |