diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-06-26 15:57:24 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-06-26 16:03:17 -0700 |
commit | 5a51f56e7a5fe139231e674434150560b8632c31 (patch) | |
tree | 39b7186d74c80ad2ba38085f84091519dc46ffdd /world | |
parent | 64dd498dd0ed8a44b32d16e3f9d96006b562795b (diff) | |
download | serverdata-5a51f56e7a5fe139231e674434150560b8632c31.tar.gz serverdata-5a51f56e7a5fe139231e674434150560b8632c31.tar.bz2 serverdata-5a51f56e7a5fe139231e674434150560b8632c31.tar.xz serverdata-5a51f56e7a5fe139231e674434150560b8632c31.zip |
Bump min manaplus version so we can split items.xml, monsters.xml, npcs.xml
Other xml files cannot use includes until v1.4.1.18
Diffstat (limited to 'world')
-rw-r--r-- | world/map/news.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/news.php b/world/map/news.php index 22e5b100..d9f4d2e5 100644 --- a/world/map/news.php +++ b/world/map/news.php @@ -1,7 +1,7 @@ <?php // configuration variables -$min_manaplus = '1.1.2.20'; +$min_manaplus = '1.3.6.9'; // utility functions function failure_headers() |