Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Updated instruction offset for FFXIV version 2020.08.28.0000.0000(551…
Browse files Browse the repository at this point in the history
…6889)
  • Loading branch information
81887821 committed Sep 8, 2020
1 parent 3c01315 commit e19c08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NativeOperations/BreakPointManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using namespace std;

const wstring ChatTranslator::NativeOperations::BreakPointManager::MODULE_NAME = L"ffxiv_dx11.exe";
const size_t ChatTranslator::NativeOperations::BreakPointManager::VOICE_TARGET_OFFSET = 0xE462D6;
const size_t ChatTranslator::NativeOperations::BreakPointManager::VOICE_TARGET_OFFSET = 0xE46386;
void* ChatTranslator::NativeOperations::BreakPointManager::voiceTargetInstructionAddress = nullptr;

set<DWORD> ChatTranslator::NativeOperations::BreakPointManager::threadsInDebug = set<DWORD>();
Expand Down

0 comments on commit e19c08f

Please sign in to comment.