Skip to content

Commit

Permalink
fixed enmity issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Icehunter committed Mar 4, 2015
1 parent 9eb9ebd commit 51b5e5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFXIVAPP.Client/Memory/TargetWorker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private void ScanTimerElapsed(object sender, ElapsedEventArgs e)
targetHateStructure = MemoryHandler.Instance.SigScanner.Locations["CHARMAP"] + 1136;
break;
default:
targetHateStructure = MemoryHandler.Instance.SigScanner.Locations["CHARMAP"] - 120584;
targetHateStructure = MemoryHandler.Instance.SigScanner.Locations["CHARMAP"] - 120664;
break;
}
var enmityEntries = new List<EnmityEntry>();
Expand Down
Binary file modified distribution/FFXIVAPP.Client.exe
Binary file not shown.

0 comments on commit 51b5e5c

Please sign in to comment.