diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-07 17:29:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-07 17:29:11 -0300 |
commit | 09ee49345bc354f2c10b95fe172574687c6e6a8f (patch) | |
tree | fbca03a68a9e6d9776909c2154740aa95f82b553 /npc/_import.txt | |
parent | 6f78c7f3fcc740cc0616233fd286973210a78964 (diff) | |
download | serverdata-09ee49345bc354f2c10b95fe172574687c6e6a8f.tar.gz serverdata-09ee49345bc354f2c10b95fe172574687c6e6a8f.tar.bz2 serverdata-09ee49345bc354f2c10b95fe172574687c6e6a8f.tar.xz serverdata-09ee49345bc354f2c10b95fe172574687c6e6a8f.zip |
Let's see if Real Estate System works out-of-the-box as planned...
Note: Rent System could be improved to use functions
Diffstat (limited to 'npc/_import.txt')
-rw-r--r-- | npc/_import.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/_import.txt b/npc/_import.txt index cf02e351b..a724e22f1 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -99,6 +99,8 @@ @include "npc/017-4/_import.txt" @include "npc/017-5/_import.txt" @include "npc/017-6/_import.txt" +@include "npc/017-7/_import.txt" +@include "npc/017-8/_import.txt" @include "npc/018-1-1/_import.txt" @include "npc/018-1/_import.txt" @include "npc/018-2-1/_import.txt" |