diff options
author | Ibrahim Zidan <brahem@aotsw.com> | 2019-04-27 23:14:09 +0200 |
---|---|---|
committer | Ibrahim Zidan <brahem@aotsw.com> | 2019-05-05 23:40:43 +0200 |
commit | 8598e0cbf421eded6943d416f7da8881997c960a (patch) | |
tree | 35c1c6c6af1efddba2c91c1f5ca867f7c6b62f26 /src/map/refine.h | |
parent | fdcd121237eb03cc264dbd8ad1371603bd6622c7 (diff) | |
download | hercules-8598e0cbf421eded6943d416f7da8881997c960a.tar.gz hercules-8598e0cbf421eded6943d416f7da8881997c960a.tar.bz2 hercules-8598e0cbf421eded6943d416f7da8881997c960a.tar.xz hercules-8598e0cbf421eded6943d416f7da8881997c960a.zip |
Implement Refine success/failure announcement feature
Currently as far as we know kRO only sends this on success in refining an item through the refinery ui, from level 10 all the way to 20.
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
Diffstat (limited to 'src/map/refine.h')
-rw-r--r-- | src/map/refine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/refine.h b/src/map/refine.h index 100d2c6b2..410811e06 100644 --- a/src/map/refine.h +++ b/src/map/refine.h @@ -71,6 +71,8 @@ enum refine_ui_failure_behavior { struct s_refine_requirement { int blacksmith_blessing; int req_count; + unsigned int announce; + struct { int nameid; int cost; |