diff options
author | shennetsind <ind@henn.et> | 2015-03-15 15:06:21 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2015-03-15 15:06:21 -0300 |
commit | fb5b5c9e6ed9a98f2ab1f388c5a5bc1d398e1ebe (patch) | |
tree | e421cafe6ca4ddef67b383cf5c7fa13e8d9c622f /src/map/status.h | |
parent | 179267151817a6794de457068e61b26be4217bd8 (diff) | |
download | hercules-fb5b5c9e6ed9a98f2ab1f388c5a5bc1d398e1ebe.tar.gz hercules-fb5b5c9e6ed9a98f2ab1f388c5a5bc1d398e1ebe.tar.bz2 hercules-fb5b5c9e6ed9a98f2ab1f388c5a5bc1d398e1ebe.tar.xz hercules-fb5b5c9e6ed9a98f2ab1f388c5a5bc1d398e1ebe.zip |
Follow up 8aee60e91807930e4d43965a20c8991b416d7f29
Added a new way to know whether a status has a duration (as the aforementioned commit made the previous method unusable).
Special Thanks to Haruna!
Signed-off-by: shennetsind <ind@henn.et>
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 f281a4d08..f0624587e 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -1868,6 +1868,7 @@ struct sc_display_entry { struct status_change_entry { int timer; int val1,val2,val3,val4; + bool infinite_duration; }; struct status_change { |