diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-26 15:14:52 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-26 15:14:52 +0000 |
commit | 928c64f273a8d50498601c51536d638cf866ab12 (patch) | |
tree | ead308e7fe021d70acb621665ca9c0a5f2faed5c /db | |
parent | 0992d2bd872ba93653f3af9a8233f6133fe8455c (diff) | |
download | hercules-928c64f273a8d50498601c51536d638cf866ab12.tar.gz hercules-928c64f273a8d50498601c51536d638cf866ab12.tar.bz2 hercules-928c64f273a8d50498601c51536d638cf866ab12.tar.xz hercules-928c64f273a8d50498601c51536d638cf866ab12.zip |
Fixed guild expulsion not working correctly.
Corrected explusion -> expulsion typo.
Added packets from 2007-11-20a sakexe; there are some changes but can't test them yet, so they're left commented out.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11808 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/packet_db.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/db/packet_db.txt b/db/packet_db.txt index d26e9cbc5..0f8b9f61a 100644 --- a/db/packet_db.txt +++ b/db/packet_db.txt @@ -258,7 +258,7 @@ packet_ver: 5 0x0158,-1 0x0159,54,guildleave,2:6:10:14 0x015a,66 -0x015b,54,guildexplusion,2:6:10:14 +0x015b,54,guildexpulsion,2:6:10:14 0x015c,90 0x015d,42,guildbreak,2 0x015e,6 @@ -1058,5 +1058,15 @@ packet_ver: 22 0x015b,-1 0x02e1,33 +//2007-11-20aSakexe +0x015b,54,guildexpulsion,2:6:10:14 +//0x01df,10,gmreqnochatcount,2 <- TODO +//0x01f3,0 +0x02e2,14 +0x02e3,25 +0x02e4,8 +0x02e5,8 +0x02e6,6 + //Add new packets here //packet_ver: 23 |