diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-28 19:55:43 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-28 19:55:43 +0000 |
commit | c4e36c889232d8d59ce42433f13c2969574ae458 (patch) | |
tree | 9055f10a15b7dd75f5722284993ba019a05668a1 /Changelog.txt | |
parent | 9869ec7eebde772ae9d3730a14f4831d4adfc290 (diff) | |
download | hercules-c4e36c889232d8d59ce42433f13c2969574ae458.tar.gz hercules-c4e36c889232d8d59ce42433f13c2969574ae458.tar.bz2 hercules-c4e36c889232d8d59ce42433f13c2969574ae458.tar.xz hercules-c4e36c889232d8d59ce42433f13c2969574ae458.zip |
* Fixed a typo that was causing /in to always report failure
* Link "wisexin", "wisexlist" and "wisall" to the PM ignore functions, and "friendslistadd" and "friendslistremove" to the friends list functions when parsing the packet DB [celest]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1010 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index 04789d919..36036db98 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,6 +1,12 @@ Date Added 01/28 + * Fixed a typo that was causing /in to always report failure even when the + name was removed from the ignore list [celest] + * Link "wisexin", "wisexlist" and "wisall" to the PM ignore functions, and + "friendslistadd" and "friendslistremove" to the friends list functions + when parsing the packet DB [celest] + * added clif_parse_PMIgnoreList (packet 0xd3) from jA [celest] * Added DUMP_ALL_PACKETS and moved dump packets code in clif_parse a bit to support it [celest] * Added base code for Party Item Sharing -- still needs some work in client- |