diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-02 14:08:46 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-02 14:09:27 -0700 |
commit | c994dbfa8bf16fdd6f6f0466c75555808881f210 (patch) | |
tree | 3ce6f8e4242a13a2506aa86eb7aa9ab7dd52322e /world/map | |
parent | 884a4e9dad5c0ca4864767fd6d1f249ef89a87de (diff) | |
download | serverdata-c994dbfa8bf16fdd6f6f0466c75555808881f210.tar.gz serverdata-c994dbfa8bf16fdd6f6f0466c75555808881f210.tar.bz2 serverdata-c994dbfa8bf16fdd6f6f0466c75555808881f210.tar.xz serverdata-c994dbfa8bf16fdd6f6f0466c75555808881f210.zip |
Update news for bugfixesv2013.10.02
Apparently I forgot to run 'make news' last time.
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/news.d/24-code-release.txt | 2 | ||||
-rw-r--r-- | world/map/news.html | 6 | ||||
-rw-r--r-- | world/map/news.txt | 6 |
3 files changed, 12 insertions, 2 deletions
diff --git a/world/map/news.d/24-code-release.txt b/world/map/news.d/24-code-release.txt index 0c5c84f3..8a034128 100644 --- a/world/map/news.d/24-code-release.txt +++ b/world/map/news.d/24-code-release.txt @@ -28,6 +28,8 @@ Fixed bugs:{ul} {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} {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 d3b68518..438caa9d 100644 --- a/world/map/news.html +++ b/world/map/news.html @@ -17,7 +17,6 @@ Currently known bugs that affect players:<ul> <li>None</li></ul> <p/> Other bugs:<ul> - <li>Update stats from the new CDN.</li> <li>GM logs are now full-buffered (faster) instead of line-buffered.</li> <li>Admin documentation is wrong.</li></ul> <p/> @@ -29,6 +28,11 @@ Fixed bugs:<ul> <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>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> <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 d0d3f9a4..480b8f05 100644 --- a/world/map/news.txt +++ b/world/map/news.txt @@ -14,7 +14,6 @@ Currently known bugs that affect players: * None Other bugs: - * Update stats from the new CDN. * GM logs are now full-buffered (faster) instead of line-buffered. * Admin documentation is wrong. @@ -26,6 +25,11 @@ Fixed bugs: * Inability to trade, except when naked. * Warp bug related to the new Orum/Waric quest. * Elemental bonus/malus not applied to magic. + * Update stats from the new CDN. + * Script bug with Kylian and checkweight. + * 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 |