mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-12 23:12:22 +00:00
corrected buff packet, but not marking it done until buff refactor
This commit is contained in:
parent
ffc912b2f6
commit
c5d048ad5b
@ -741,8 +741,8 @@ namespace TOB {
|
|||||||
/*132*/ float y;
|
/*132*/ float y;
|
||||||
/*136*/ float x;
|
/*136*/ float x;
|
||||||
/*140*/ float z;
|
/*140*/ float z;
|
||||||
/*144*/ uint8 level;
|
/*144*/ uint8 type;
|
||||||
/*145*/ uint8 type;
|
/*145*/ uint8 level;
|
||||||
/*146*/ uint8 charges; //no idea if these are right; eqlib doesn't seem to know either
|
/*146*/ uint8 charges; //no idea if these are right; eqlib doesn't seem to know either
|
||||||
/*147*/ uint8 activatable;
|
/*147*/ uint8 activatable;
|
||||||
/*148*/ uint32 unknown1; //might be some timer, not sure though
|
/*148*/ uint32 unknown1; //might be some timer, not sure though
|
||||||
@ -754,7 +754,7 @@ namespace TOB {
|
|||||||
/*004*/ int32 unknown004;
|
/*004*/ int32 unknown004;
|
||||||
/*008*/ EQAffect_Struct affect;
|
/*008*/ EQAffect_Struct affect;
|
||||||
/*160*/ uint32 slot_id;
|
/*160*/ uint32 slot_id;
|
||||||
/*164*/ uint32 buff_fade;
|
/*164*/ uint32 buff_fade; // 1: remove, 2: modify, 3: add new
|
||||||
/*168*/
|
/*168*/
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user