aboutsummaryrefslogtreecommitdiff
path: root/Patcher/Patcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Patcher/Patcher.cpp')
-rw-r--r--Patcher/Patcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Patcher/Patcher.cpp b/Patcher/Patcher.cpp
index e4416be..708412e 100644
--- a/Patcher/Patcher.cpp
+++ b/Patcher/Patcher.cpp
@@ -97,7 +97,7 @@ int main(int argc, char** argv)
write_pos<uint8_t>(0x1DB241, 50);
// Return of "The Blue Moon"
- write_pos(0x4CFBC0, { 0xC7, 0x05, 0x74, 0x8E, 0xD3, 0x00, 0xFF, 0xFF, 0xFF, 0xFF });
+ write_pos(0x5CFBC0, { 0xC7, 0x05, 0x74, 0x8E, 0xD3, 0x00, 0xFF, 0xFF, 0xFF, 0xFF });
std::cout << "World of Warcraft exe has been patched!\n";
return 0;