diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-03-09 21:37:31 +0100 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-03-14 19:50:29 +0100 |
commit | 05aee41c44ba89bb35e233815b62d6dcefc0899c (patch) | |
tree | 90d254c4176a58a9c2f38edcd153718b35527923 /db/sc_config.conf | |
parent | 2c26eec424e0d4f614c7ff73ad2c5402da669338 (diff) | |
download | hercules-05aee41c44ba89bb35e233815b62d6dcefc0899c.tar.gz hercules-05aee41c44ba89bb35e233815b62d6dcefc0899c.tar.bz2 hercules-05aee41c44ba89bb35e233815b62d6dcefc0899c.tar.xz hercules-05aee41c44ba89bb35e233815b62d6dcefc0899c.zip |
Add SC_ALMIGHTY status change
Diffstat (limited to 'db/sc_config.conf')
-rw-r--r-- | db/sc_config.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db/sc_config.conf b/db/sc_config.conf index ed8506aab..11f8579e5 100644 --- a/db/sc_config.conf +++ b/db/sc_config.conf @@ -3721,3 +3721,11 @@ SC_SKF_CAST: { } Icon: "SI_SKF_CAST" } +SC_ALMIGHTY: { + Flags: { + NoDeathReset: true + NoDispelReset: true + NoClearanceReset: true + } + Icon: "SI_ALMIGHTY" +} |