diff options
author | Wushin <pasekei@gmail.com> | 2014-11-01 20:07:51 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-11-01 20:07:51 -0500 |
commit | 04bbfd617fd238f8650b892de350cb24e82ab7d6 (patch) | |
tree | 93b86473057d10179ea5756a43b03ec3676fba4c /world/map/news.php | |
parent | 3a5bc4a33708f18dd4d481006337f2ea2e60326e (diff) | |
parent | 36c115f9dd3554ad8f4b6461a0f30fd7aaa0825e (diff) | |
download | serverdata-04bbfd617fd238f8650b892de350cb24e82ab7d6.tar.gz serverdata-04bbfd617fd238f8650b892de350cb24e82ab7d6.tar.bz2 serverdata-04bbfd617fd238f8650b892de350cb24e82ab7d6.tar.xz serverdata-04bbfd617fd238f8650b892de350cb24e82ab7d6.zip |
Merge pull request #187 from mekolat/headstyle20
barber & species & headstyles
Diffstat (limited to 'world/map/news.php')
-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 d9f4d2e5..ff4b80a1 100644 --- a/world/map/news.php +++ b/world/map/news.php @@ -1,7 +1,7 @@ <?php // configuration variables -$min_manaplus = '1.3.6.9'; +$min_manaplus = '1.4.8.30'; // utility functions function failure_headers() |