diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-01 04:06:10 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-01 04:06:10 +0000 |
commit | b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2 (patch) | |
tree | 917e34433bac016ae64465214e4432f85c9f0a97 /doc/packet_struct_notation.txt | |
parent | 74b92bb34163160e59e24dd6a07c16e30e9743be (diff) | |
download | hercules-b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2.tar.gz hercules-b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2.tar.bz2 hercules-b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2.tar.xz hercules-b87430245ee4dad7dbeb0e2ee54ae0ff2f782fd2.zip |
- Replaced more -> rAthena (follow up to r15251).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16195 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/packet_struct_notation.txt')
-rw-r--r-- | doc/packet_struct_notation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/packet_struct_notation.txt b/doc/packet_struct_notation.txt index 4ba30cb00..7c3974da2 100644 --- a/doc/packet_struct_notation.txt +++ b/doc/packet_struct_notation.txt @@ -31,7 +31,7 @@ The first line contain a brief description of what the packet does, or what it is good for, followed by it's AEGIS name in parentheses; first two letters of the AEGIS name specify origin (first letter) and destination (second letter) of the packet. If the packet's name -is not known or is not applicable (eAthena server-server packets), +is not known or is not applicable (rAthena server-server packets), specify at least these two letters to indicate the direction of the packet. Do not use S(end)/R(ecv) for this, as it is inaccurate and location dependent (if the description is copied to different server |