diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-03-24 21:41:05 +0000 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-05-04 16:11:52 +0100 |
commit | 394e7f8752ae7c80786e202c8b859488db1af363 (patch) | |
tree | 3a329478e75881cba950165454b1f402fe38f171 /db | |
parent | d6785d389cbee4f34078f6762626ca61b2d6cc25 (diff) | |
download | hercules-394e7f8752ae7c80786e202c8b859488db1af363.tar.gz hercules-394e7f8752ae7c80786e202c8b859488db1af363.tar.bz2 hercules-394e7f8752ae7c80786e202c8b859488db1af363.tar.xz hercules-394e7f8752ae7c80786e202c8b859488db1af363.zip |
Implementation of Private AirShip
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index cc0fb3104..e51ccb9bd 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -428,6 +428,8 @@ constants_db: { mf_nocashshop: 54 mf_noautoloot: 55 mf_noviewid: 56 + mf_pairship_startable: 57 + mf_pairship_endable: 58 comment__: "Cell Properties" cell_walkable: 0 |