diff options
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 0fc6bbc55..3c2a86018 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,12 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/02/02 + * Fixed the flag parameter not working on npcshopattach. + * Updated the walk delay code so that it parses homunculus as well as + players. What this means is that a homunculus walk request won't go ignored + if it's issued during the 'can't walk delay' after being hit. + * Added a possible crash protection in clif_skillfail when the player is + without a connection. [Skotlex] * Fine-tuned the global message processing function [ultramage] - now detects access-out-of-rfifo attempts (idea from eA++) - uses the new CHAT_SIZE define to restrict message lengths |