mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-01 03:02:26 +00:00
Fix Tit OP_Buff decode
This commit is contained in:
parent
de5170c5cb
commit
345f3d6301
@ -1709,7 +1709,7 @@ namespace Titanium
|
|||||||
|
|
||||||
DECODE(OP_Buff)
|
DECODE(OP_Buff)
|
||||||
{
|
{
|
||||||
DECODE_LENGTH_EXACT(SpellBuffPacket_Struct);
|
DECODE_LENGTH_EXACT(structs::SpellBuffPacket_Struct);
|
||||||
SETUP_DIRECT_DECODE(SpellBuffPacket_Struct, structs::SpellBuffPacket_Struct);
|
SETUP_DIRECT_DECODE(SpellBuffPacket_Struct, structs::SpellBuffPacket_Struct);
|
||||||
|
|
||||||
IN(entityid);
|
IN(entityid);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user