diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-08 02:01:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-08 02:01:34 -0300 |
commit | 65728aaef808178a837c5587c74f120a010a3069 (patch) | |
tree | 06ebeced699a36181464a9e2295a19c128333e1c | |
parent | c6216fccd5b85fcdb3b3165b2d2e5542909c12f0 (diff) | |
download | serverdata-65728aaef808178a837c5587c74f120a010a3069.tar.gz serverdata-65728aaef808178a837c5587c74f120a010a3069.tar.bz2 serverdata-65728aaef808178a837c5587c74f120a010a3069.tar.xz serverdata-65728aaef808178a837c5587c74f120a010a3069.zip |
Remove test maps and subsystems
-rw-r--r-- | conf/map/maps.conf | 2 | ||||
-rw-r--r-- | db/map_index.txt | 2 | ||||
-rw-r--r-- | maps/re/test.mcache | bin | 201 -> 0 bytes | |||
-rw-r--r-- | maps/re/testbg.mcache | bin | 43 -> 0 bytes | |||
-rw-r--r-- | npc/_import.txt | 2 |
5 files changed, 0 insertions, 6 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index 35ce19356..ecec625bc 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -416,6 +416,4 @@ map_list: ( "sec_pri", "soren-2", "soren", - "test", - "testbg", ) diff --git a/db/map_index.txt b/db/map_index.txt index 7acfdd3b3..ff0ac7e04 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -413,5 +413,3 @@ guilds 412 sec_pri 413 soren-2 414 soren 415 -test 416 -testbg 417 diff --git a/maps/re/test.mcache b/maps/re/test.mcache Binary files differdeleted file mode 100644 index 212101ad0..000000000 --- a/maps/re/test.mcache +++ /dev/null diff --git a/maps/re/testbg.mcache b/maps/re/testbg.mcache Binary files differdeleted file mode 100644 index 29654108b..000000000 --- a/maps/re/testbg.mcache +++ /dev/null diff --git a/npc/_import.txt b/npc/_import.txt index 88d0e9aac..3abcfe633 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -415,5 +415,3 @@ @include "npc/sec_pri/_import.txt" @include "npc/soren-2/_import.txt" @include "npc/soren/_import.txt" -@include "npc/test/_import.txt" -@include "npc/testbg/_import.txt" |