diff options
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]; }; |