diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-10 03:28:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-10 03:29:08 +0300 |
commit | 3f6762726c382c3d65774a81272d5930c66b8d79 (patch) | |
tree | 05c4cebe8ae90feff2df4c392132d81560f113d1 | |
parent | 9201e6af4dd9084d8a812d03c55dd097dfcdca29 (diff) | |
download | serverdata-3f6762726c382c3d65774a81272d5930c66b8d79.tar.gz serverdata-3f6762726c382c3d65774a81272d5930c66b8d79.tar.bz2 serverdata-3f6762726c382c3d65774a81272d5930c66b8d79.tar.xz serverdata-3f6762726c382c3d65774a81272d5930c66b8d79.zip |
Add SC_PHYSICAL_SHIELD into sc_config.txt
Also add bit field 256 into help in sc_config.txt
-rw-r--r-- | db/sc_config.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/sc_config.txt b/db/sc_config.txt index ac65a667..981729f5 100644 --- a/db/sc_config.txt +++ b/db/sc_config.txt @@ -11,6 +11,7 @@ // 32 - SC considered as debuff and be removed by Gospel and etc. // 64 - SC cannot be reset when MADO Gear is taken off. // 128 - SC cannot be reset by 'sc_end SC_ALL' and status change clear. +// 256 - SC can be visible for all players // Example: // SC_ENDURE, 21 //SC_ENDURE: cannot be removed by death and dispell and cosidered as buff. (16 + 4 + 1 = 21) @@ -491,3 +492,6 @@ SC_BLOSSOM_FLUTTERING, 207 // Cant Clear SC_ALL_RIDING, 141 + +// evol effects +SC_PHYSICAL_SHIELD, 2 |