diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-14 19:13:16 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-01-14 19:13:16 +0000 |
commit | a9dd834853966a4b7421cc643c30ad9996f6b039 (patch) | |
tree | 32983448f8498c02f29733bf3995b6752077c050 /db/packet_db.txt | |
parent | 05bff4bc98f620ae2f037028b72c11caddb6ac3f (diff) | |
download | hercules-a9dd834853966a4b7421cc643c30ad9996f6b039.tar.gz hercules-a9dd834853966a4b7421cc643c30ad9996f6b039.tar.bz2 hercules-a9dd834853966a4b7421cc643c30ad9996f6b039.tar.xz hercules-a9dd834853966a4b7421cc643c30ad9996f6b039.zip |
* Client packet corrections
- 0x01df is not 'gmreqnochatcount', but for requesting a player's account name via right-click menu (which currently can't be done)
- added /remove and /recall, aliases to /shift and /summon
- added /changemaptype, which alters a single cell's gat type
- gm kick will no longer exit the client (now it goes to the login screen)
- removed the quicksort invocation in /ignore code
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12076 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/packet_db.txt')
-rw-r--r-- | db/packet_db.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/packet_db.txt b/db/packet_db.txt index d8c8f076d..31d2bb473 100644 --- a/db/packet_db.txt +++ b/db/packet_db.txt @@ -319,7 +319,7 @@ packet_ver: 5 0x0195,102 0x0196,9 0x0197,4,resetchar,2 -0x0198,8 +0x0198,8,changemaptype,2:4:6 0x0199,4 0x019a,14 0x019b,10 @@ -353,9 +353,9 @@ packet_ver: 5 0x01b7,6 0x01b8,3 0x01b9,6 -0x01ba,26 +0x01ba,26,remove,2 0x01bb,26,shift,2 -0x01bc,26 +0x01bc,26,recall,2 0x01bd,26,summon,2 0x01be,2 0x01bf,3 @@ -390,7 +390,7 @@ packet_ver: 5 0x01dc,-1 0x01dd,47 0x01de,33 -0x01df,6,gmreqnochatcount,2 +0x01df,6,gmreqaccname,2 0x01e0,30 0x01e1,8 0x01e2,34 @@ -500,7 +500,7 @@ packet_ver: 9 //2004-08-16aSakexe 0x0212,26 -0x0213,26 +0x0213,26,check,2 0x0214,42 //2004-08-17aSakexe |