From be4568c64fd6d320720e3152dda2f390947da085 Mon Sep 17 00:00:00 2001 From: robinsch Date: Tue, 6 Feb 2024 14:26:28 +0100 Subject: More precise area trigger checks --- Patcher/Patcher.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Patcher/Patcher.cpp b/Patcher/Patcher.cpp index f307452..efe1013 100644 --- a/Patcher/Patcher.cpp +++ b/Patcher/Patcher.cpp @@ -98,7 +98,10 @@ int main(int argc, char** argv) // better support for planet colors when using darker night mods write_pos(0x2F2B77, 0xEB); - write_pos(0x2F2B77, 0xEB); + write_pos(0x2F2B77, 0xEB); + + // patch area trigger timer to be more precise + write_pos(0x1DB241, 50); std::cout << "World of Warcraft exe has been patched!\n"; return 0; -- cgit v1.2.3