diff options
| author | Maide <34639600+Kelebek1@users.noreply.github.com> | 2021-12-27 18:04:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-27 13:04:44 -0500 |
| commit | c291ebb232e26a32acbac4ff58dc26e3397467f3 (patch) | |
| tree | 4aef19088a277d1d813de6c435dc2c0fa4b75767 | |
| parent | f19571dfcd92f09c1d187372405b5304bda495e5 (diff) | |
fix the fixer (#540)
| -rwxr-xr-x | tools/actorfixer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/actorfixer.py b/tools/actorfixer.py index 89d7364ea..77fe5d38a 100755 --- a/tools/actorfixer.py +++ b/tools/actorfixer.py @@ -304,7 +304,7 @@ animdict = { "func_800A81F0": "EffectBlure_AddVertex", "func_800A8514": "EffectBlure_AddSpace", "Effect_GetParams": "Effect_GetByIndex", - "D_0407D590": "gGameplayKeepDrawFlameDL" + "D_0407D590": "gGameplayKeepDrawFlameDL", "skelanime.unk03": "skelanime.taper", |
