Windower / POLUtils

POLUtils
Apache License 2.0
30 stars 38 forks source link

NPC Renamer still broken #1

Closed Sydok closed 9 years ago

Sydok commented 10 years ago

When a new name is applied, the new name is right offset by 4 bytes and the 4 byte ID is overwritten.

I believe the only change needed is on line 90 in NameChange.cs. DATFile.Position -= 0x1C; should be DATFile.Position -= 0x20;