summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-06 04:19:22 +0000
committerKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-06 04:19:22 +0000
commita9e29df778514bd1dca21b6a65595410733a0da1 (patch)
tree8a0620b9c754445ae26db7e7d136c42b5ab36ba8 /src/map/status.h
parentae10f5471926661984cd90392023af97c3d69fee (diff)
downloadhercules-a9e29df778514bd1dca21b6a65595410733a0da1.tar.gz
hercules-a9e29df778514bd1dca21b6a65595410733a0da1.tar.bz2
hercules-a9e29df778514bd1dca21b6a65595410733a0da1.tar.xz
hercules-a9e29df778514bd1dca21b6a65595410733a0da1.zip
Unequip should no longer remove any buff from seven wind. (bugreport:1155)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12503 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 5011eada5..0f2e47778 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -291,6 +291,7 @@ typedef enum sc_type {
SC_ARMOR_RESIST,
SC_SPCOST_RATE,
SC_COMMONSC_RESIST,
+ SC_SEVENWIND,
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;