diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-16 10:40:38 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-16 10:40:38 -0700 |
commit | 717f1e4bbb0680f181d698f28527bf8a990a753d (patch) | |
tree | 36891e7297ebe20851c05dfcfba4063316cbfb55 /world | |
parent | 39374b8a992d584bb1a52b93d693c8f49b31a437 (diff) | |
download | serverdata-717f1e4bbb0680f181d698f28527bf8a990a753d.tar.gz serverdata-717f1e4bbb0680f181d698f28527bf8a990a753d.tar.bz2 serverdata-717f1e4bbb0680f181d698f28527bf8a990a753d.tar.xz serverdata-717f1e4bbb0680f181d698f28527bf8a990a753d.zip |
Fix html news error
Diffstat (limited to 'world')
-rw-r--r-- | world/map/news.d/24-code-release.txt | 3 | ||||
-rw-r--r-- | world/map/news.html | 3 | ||||
-rw-r--r-- | world/map/news.txt | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/world/map/news.d/24-code-release.txt b/world/map/news.d/24-code-release.txt index 8a034128..a70193d6 100644 --- a/world/map/news.d/24-code-release.txt +++ b/world/map/news.d/24-code-release.txt @@ -24,12 +24,13 @@ Fixed bugs:{ul} {li}You can turn every direction except right.{/li} {li}Inability to trade, except when naked.{/li} {li}Warp bug related to the new Orum/Waric quest.{/li} - {li}Elemental bonus/malus not applied to magic.{/li}{/ul} + {li}Elemental bonus/malus not applied to magic.{/li} {li}Update stats from the new CDN.{/li} {li}Script bug with Kylian and checkweight.{/li} {li}Drop order was wrong.{/li} {li}Rossy caves now notice when you win fights.{/li} {li}Fix an incorrectly marked assertion, which could fail.{/li} +{/ul} {red}If you encounter any more bugs or problems please report back immediately. Post on the forums diff --git a/world/map/news.html b/world/map/news.html index 438caa9d..a834b327 100644 --- a/world/map/news.html +++ b/world/map/news.html @@ -27,12 +27,13 @@ Fixed bugs:<ul> <li>You can turn every direction except right.</li> <li>Inability to trade, except when naked.</li> <li>Warp bug related to the new Orum/Waric quest.</li> - <li>Elemental bonus/malus not applied to magic.</li></ul> + <li>Elemental bonus/malus not applied to magic.</li> <li>Update stats from the new CDN.</li> <li>Script bug with Kylian and checkweight.</li> <li>Drop order was wrong.</li> <li>Rossy caves now notice when you win fights.</li> <li>Fix an incorrectly marked assertion, which could fail.</li> +</ul> <p/> <font color="#ff0000">If you encounter any more bugs or problems please report back immediately. Post on the forums diff --git a/world/map/news.txt b/world/map/news.txt index 480b8f05..5f7b88fe 100644 --- a/world/map/news.txt +++ b/world/map/news.txt @@ -30,6 +30,7 @@ Fixed bugs: * Drop order was wrong. * Rossy caves now notice when you win fights. * Fix an incorrectly marked assertion, which could fail. + ##1If you encounter any more bugs or problems please report back immediately. Post on the forums |