From c5d048ad5b32a58563ab90bc1e2429f7b2eca445 Mon Sep 17 00:00:00 2001 From: dannuic Date: Fri, 24 Apr 2026 13:04:56 -0600 Subject: [PATCH] corrected buff packet, but not marking it done until buff refactor --- common/patches/tob_structs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/patches/tob_structs.h b/common/patches/tob_structs.h index db3cd4ad7..e60cad405 100644 --- a/common/patches/tob_structs.h +++ b/common/patches/tob_structs.h @@ -741,8 +741,8 @@ namespace TOB { /*132*/ float y; /*136*/ float x; /*140*/ float z; - /*144*/ uint8 level; - /*145*/ uint8 type; + /*144*/ uint8 type; + /*145*/ uint8 level; /*146*/ uint8 charges; //no idea if these are right; eqlib doesn't seem to know either /*147*/ uint8 activatable; /*148*/ uint32 unknown1; //might be some timer, not sure though @@ -754,7 +754,7 @@ namespace TOB { /*004*/ int32 unknown004; /*008*/ EQAffect_Struct affect; /*160*/ uint32 slot_id; - /*164*/ uint32 buff_fade; + /*164*/ uint32 buff_fade; // 1: remove, 2: modify, 3: add new /*168*/ };