diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-03-09 19:52:33 +0100 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-03-14 19:47:52 +0100 |
commit | b198861ca00993af846a2156ce41de2375510775 (patch) | |
tree | c0faf1f1fc9abbc6bdaeb1b0fe59d54b8c1c7787 /db | |
parent | 6bbe78a5518deb3a0bd8b8227066f8fdba7f6e0d (diff) | |
download | hercules-b198861ca00993af846a2156ce41de2375510775.tar.gz hercules-b198861ca00993af846a2156ce41de2375510775.tar.bz2 hercules-b198861ca00993af846a2156ce41de2375510775.tar.xz hercules-b198861ca00993af846a2156ce41de2375510775.zip |
Add SC_SKF_ATK status change
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 1 | ||||
-rw-r--r-- | db/sc_config.conf | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 399556732..b3ed813ad 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1420,6 +1420,7 @@ constants_db: { SC_POPECOOKIE: 670 SC_VITALIZE_POTION: 671 SC_SKF_MATK: 672 + SC_SKF_ATK: 673 comment__: "Emotes" e_gasp: 0 diff --git a/db/sc_config.conf b/db/sc_config.conf index ae472e53e..959744267 100644 --- a/db/sc_config.conf +++ b/db/sc_config.conf @@ -3697,3 +3697,11 @@ SC_SKF_MATK: { } Icon: "SI_SKF_MATK" } +SC_SKF_ATK: { + Flags: { + NoDispelReset: true + NoClearanceReset: true + Buff: true + } + Icon: "SI_SKF_ATK" +} |