f0001f1005
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.
47 KiB
47 KiB