diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-17 07:25:22 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-17 07:25:22 +0000 |
commit | bd87659caaefbea725a7f87b874be016259da11b (patch) | |
tree | 1c161ae5abd46b06788e9386536cb0154999b744 /Changelog-Trunk.txt | |
parent | d079b3f96cc9c5d020acbdff598ccb137c33e957 (diff) | |
download | hercules-bd87659caaefbea725a7f87b874be016259da11b.tar.gz hercules-bd87659caaefbea725a7f87b874be016259da11b.tar.bz2 hercules-bd87659caaefbea725a7f87b874be016259da11b.tar.xz hercules-bd87659caaefbea725a7f87b874be016259da11b.zip |
- Reviewed the client and the shorts at 104 and 106 are part of the char structure. And a correction on what i said: 0x6d is the packet that sends the new char data, 0x67 is the request to create the new char.
(updated code accordingly)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9874 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 90858fc6d..7406583cb 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,7 +4,7 @@ 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/16 - * Fixed the structure of packet 0x67 (new char info). It's the same as the + * Fixed the structure of packet 0x6d (new char info). It's the same as the one used for packet 0x6b (chars info). [FlavioJS] * Updated script commands startnpctimer, stopnpctimer, initnpctimer so you can attach a player to them, this is done because the attach/detach |