Skip to content

Commit

Permalink
3.0.5512.22932
Browse files Browse the repository at this point in the history
fixed party entry locations
  • Loading branch information
Icehunter committed Feb 3, 2015
1 parent d907a54 commit aa189bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 59 deletions.
2 changes: 1 addition & 1 deletion FFXIVAPP.Client/Memory/PartyInfoWorker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private void ScanTimerElapsed(object sender, ElapsedEventArgs e)
{
for (uint i = 0; i < partyCount; i++)
{
var address = PartyInfoMap + (i * 594);
var address = PartyInfoMap + (i * 544);
var actor = MemoryHandler.Instance.GetStructure<Structures.PartyMember>(address);
var entry = new PartyEntity
{
Expand Down
Binary file modified distribution/FFXIVAPP.Client.exe
Binary file not shown.
58 changes: 0 additions & 58 deletions distribution/FFXIVAPP.Client.vshost.exe.manifest

This file was deleted.

0 comments on commit aa189bb

Please sign in to comment.