diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-04-24 13:28:34 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-24 13:58:03 -0400 |
commit | ff15e5753a9566604f308376cc3a53c81b92e9b8 (patch) | |
tree | fb16c1a649d004bb074d6c23b3866c75afd9ce9b /world | |
parent | 5fe562bd4627526dfb2ccf02b0d9a77f8873ef93 (diff) | |
download | serverdata-ff15e5753a9566604f308376cc3a53c81b92e9b8.tar.gz serverdata-ff15e5753a9566604f308376cc3a53c81b92e9b8.tar.bz2 serverdata-ff15e5753a9566604f308376cc3a53c81b92e9b8.tar.xz serverdata-ff15e5753a9566604f308376cc3a53c81b92e9b8.zip |
add INVISIBLE and HIDDEN params
Diffstat (limited to 'world')
-rw-r--r-- | world/map/db/params.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/db/params.txt b/world/map/db/params.txt index 2bf45896..66a5f1bb 100644 --- a/world/map/db/params.txt +++ b/world/map/db/params.txt @@ -52,3 +52,5 @@ PVP_CHANNEL 1076 1 BL_ID 1077 1 BL_TYPE 1078 1 CHAR_ID 1079 1 +INVISIBLE 1080 1 +HIDDEN 1081 1 |