diff options
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 |