diff options
author | robinsch <robinsch@users.noreply.github.com> | 2024-02-09 14:58:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 14:58:40 +0100 |
commit | cd9911c48299555837de6a5f34b38e396971119f (patch) | |
tree | 6f524dc3236e2a2ef0b4dcda3113cc6dffac573d /Patcher/Patcher.cpp | |
parent | 8d1deab255b4b3157d9276af0cfb0a0a067abaf7 (diff) |
Comment out missile terrain impact "fix"
Diffstat (limited to 'Patcher/Patcher.cpp')
-rw-r--r-- | Patcher/Patcher.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Patcher/Patcher.cpp b/Patcher/Patcher.cpp index 2422f6d..9ca8e25 100644 --- a/Patcher/Patcher.cpp +++ b/Patcher/Patcher.cpp @@ -86,9 +86,9 @@ int main(int argc, char** argv) // (spell effects such as Typhoon will lose their visual effect once they impact with terrain) // (Typhoon is spanwed on the ground so it loses its visual most of the time) // WARNING: This might break other ground impact spell visuals (e.g. Wintergrasp Cannons) - write_pos<uint8_t>(0x1FC99E, 0x00); - write_pos<uint8_t>(0x1FC8C7, 0x00); - write_pos<uint8_t>(0x1FC735, 0x00); + //write_pos<uint8_t>(0x1FC99E, 0x00); + //write_pos<uint8_t>(0x1FC8C7, 0x00); + //write_pos<uint8_t>(0x1FC735, 0x00); // patch mail request timeout // you no longer need to wait 60 seconds or relog to receive new mail |