diff options
author | shennetsind <ind@henn.et> | 2013-04-15 23:27:29 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-15 23:27:29 -0300 |
commit | 2967335cb41866162a69732abe4fc3a07b02e27c (patch) | |
tree | 08ce3282b6204cfd0491a9aba2811139f046ada8 /src/map/packets.h | |
parent | 7a853ef214cc4f96574358759489f3769a805e4c (diff) | |
download | hercules-2967335cb41866162a69732abe4fc3a07b02e27c.tar.gz hercules-2967335cb41866162a69732abe4fc3a07b02e27c.tar.bz2 hercules-2967335cb41866162a69732abe4fc3a07b02e27c.tar.xz hercules-2967335cb41866162a69732abe4fc3a07b02e27c.zip |
Fixed Bug #7127
Also Implemented allow party invitations state.
Implemented saving of client options (atm show_equip and allow party invitation)
http://hercules.ws/board/tracker/issue-7127-view-equipment/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/packets.h')
-rw-r--r-- | src/map/packets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 09e035413..3c204c978 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -1116,7 +1116,7 @@ packet(0x020d,-1); packet(0x02c5,30); packet(0x02c6,30); packet(0x02c7,7,clif->pReplyPartyInvite2,2,6); - packet(0x02c8,3); + packet(0x02c8,3,clif->pPartyTick,2); packet(0x02c9,3); packet(0x02ca,3); packet(0x02cb,20); |