Files
LeviFix/SHA256SUMS
T
OctoWoW f0001f1005 Add LeviFix: client-side fix for the ERROR #132 levitate crash
Stops the crash that hits every nearby player when someone levitates.
The client tells worn attachments to play their wearer's animation index
without checking it fits their own animation table; hover is index 137
and most attachments have exactly one animation, so the lookup reads far
past the end of the range table and faults at 0x00713DFF.

The DLL adds the missing bounds check and returns the client's own
empty-table result instead. It verifies the six bytes at the target
address before hooking, so it patches nothing on an unrecognised build.

Not needed by launcher users: the launcher applies the same fix to
WoW.exe directly. This is for people who run the client themselves.
2026-08-08 13:10:50 -07:00

2 lines
78 B
Plaintext

4059caa60e92536efaa988612565b64389a5497dd0505728d7e0414215d3f3ef *levifix.dll