aboutsummaryrefslogtreecommitdiff
path: root/Patcher/Patcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Patcher/Patcher.cpp')
-rw-r--r--Patcher/Patcher.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Patcher/Patcher.cpp b/Patcher/Patcher.cpp
index ef0dfb2..f307452 100644
--- a/Patcher/Patcher.cpp
+++ b/Patcher/Patcher.cpp
@@ -96,6 +96,10 @@ int main(int argc, char** argv)
write_pos<uint32_t>(0x838274, /*CImVector*/ 0xFFFFFFFF);
write_pos<float>(0x838284, 1.0f);
+ // better support for planet colors when using darker night mods
+ write_pos<uint8_t>(0x2F2B77, 0xEB);
+ write_pos<uint8_t>(0x2F2B77, 0xEB);
+
std::cout << "World of Warcraft exe has been patched!\n";
return 0;
}