diff options
author | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-27 11:33:42 +0000 |
---|---|---|
committer | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-27 11:33:42 +0000 |
commit | 2039c2c09ba7ec99c94a7b7f78ea3d4789cceafe (patch) | |
tree | 08752564dda3f1ca52b7f4b0b75eb301af4478ba /src/map/status.h | |
parent | 7f631a0654aa1ab4d9356753c49457a0f571c58b (diff) | |
download | hercules-2039c2c09ba7ec99c94a7b7f78ea3d4789cceafe.tar.gz hercules-2039c2c09ba7ec99c94a7b7f78ea3d4789cceafe.tar.bz2 hercules-2039c2c09ba7ec99c94a7b7f78ea3d4789cceafe.tar.xz hercules-2039c2c09ba7ec99c94a7b7f78ea3d4789cceafe.zip |
Fixed bugreport:5821 GN_SLINGITEM item requirements(item throwables) should now works normally.
Fixed bugreport:5223 GN_BLOOD_SUCKER should now work like official behavior.
Fixed part of bugreport:5674 Spiral Pierce is now in RE.
Fixed setmadogear now it accepts optional parameter(0=unmount 1=mount).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16155 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index b414b46db..56a019682 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -1564,6 +1564,7 @@ struct status_change { #ifndef RENEWAL unsigned char sg_counter; //Storm gust counter (previous hits from storm gust) #endif + unsigned char bs_counter; // Blood Sucker counter struct status_change_entry *data[SC_MAX]; }; |