diff options
author | shennetsind <notind@gmail.com> | 2013-02-02 07:14:42 -0800 |
---|---|---|
committer | shennetsind <notind@gmail.com> | 2013-02-02 07:14:42 -0800 |
commit | b815c12bd2f0e4a4ee3af336982ee28250c38e92 (patch) | |
tree | b289280f0b7566695fdb6b63815379a846262ce3 /doc/packet_struct_notation.txt | |
parent | 125b75890b29073b0264009e9638e68911a1aa07 (diff) | |
parent | a467ff90f829414dd1ef29688423498bd528866d (diff) | |
download | hercules-b815c12bd2f0e4a4ee3af336982ee28250c38e92.tar.gz hercules-b815c12bd2f0e4a4ee3af336982ee28250c38e92.tar.bz2 hercules-b815c12bd2f0e4a4ee3af336982ee28250c38e92.tar.xz hercules-b815c12bd2f0e4a4ee3af336982ee28250c38e92.zip |
Merge pull request #5 from Mysteries/master
Updated README.txt. Approving Mysterious pull request (Thanks!).
Diffstat (limited to 'doc/packet_struct_notation.txt')
-rw-r--r-- | doc/packet_struct_notation.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/packet_struct_notation.txt b/doc/packet_struct_notation.txt index 25951acb5..c1598f3be 100644 --- a/doc/packet_struct_notation.txt +++ b/doc/packet_struct_notation.txt @@ -1,4 +1,4 @@ -//===== rAthena Documentation ================================ +//===== Hercules Documentation ================================ //= Packet Structure Notation //===== By: ================================================== //= Ai4rei @@ -29,7 +29,7 @@ The first line contains 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 (rAthena server-server packets), +is not known or is not applicable (Hercules 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 |