Skip to content

Commit 8eecd75

Browse files
committed
Buyer and bOfflineMode fix
1 parent f77447f commit 8eecd75

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

include/eqlib/game/PlayerClient.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ namespace eqlib
513513
/*0x03e8*/ uint8_t FishingEvent;
514514
/*0x03ec*/ int Birthdate;
515515
/*0x03f0*/ unsigned int LastRangedUsedTime;
516-
/*0x03f4*/ int Buyer;
516+
/*0x03f4*/ int Unknown0x03f4;
517517
/*0x03f8*/ int Unknown0x03f8;
518518
/*0x03fc*/ float BearingToTarget;
519519
/*0x0400*/ unsigned int LastTick;
@@ -544,7 +544,7 @@ namespace eqlib
544544
/*0x0489*/ uint8_t unknown0x0489;
545545
/*0x048a*/ uint8_t unknown0x048a;
546546
/*0x048b*/ uint8_t unknown0x048b;
547-
/*0x048c*/ unsigned int HibernatingCount;
547+
/*0x048c*/ bool bOfflineMode;
548548
/*0x0490*/ float MissileRangeToTarget;
549549
/*0x0494*/ int Unknown0x0494;
550550
/*0x0498*/ bool Unknown0x0498;
@@ -572,7 +572,7 @@ namespace eqlib
572572
/*0x0598*/ unsigned int RespawnTimer;
573573
/*0x05a0*/ CharacterZoneClient *pCharacter;
574574
/*0x05a8*/ int DoSpecialMelee;
575-
/*0x05ac*/ int unk0x5ac;
575+
/*0x05ac*/ unsigned int HibernatingCount;
576576
/*0x05b0*/ bool LFG;
577577
/*0x05b1*/ bool bSwitchMoved; // wrong, but not used anywhere in the codebase
578578
/*0x05b4*/ unsigned int SpellCooldownETA;
@@ -591,8 +591,7 @@ namespace eqlib
591591
/*0x061c*/ float ViewHeight;
592592
/*0x0620*/ void *pTouchingSwitch;
593593
/*0x0628*/ unsigned int TimeStamp;
594-
/*0x062c*/ bool bOfflineMode;
595-
/*0x062d*/ uint8_t UnknownPad0x062D[3];
594+
/*0x062c*/ int Buyer;
596595
/*0x0630*/ uint8_t LastAttack;
597596
/*0x0631*/ uint8_t IntimidateCount;
598597
/*0x0632*/ uint8_t IsPassenger;

0 commit comments

Comments
 (0)