Skip to content

Instantly share code, notes, and snippets.

@FAR747
Created December 5, 2020 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FAR747/3e6dbcb4ab7f96ae7b2ce78b93263f43 to your computer and use it in GitHub Desktop.
Save FAR747/3e6dbcb4ab7f96ae7b2ce78b93263f43 to your computer and use it in GitHub Desktop.
ESO Addon Light Attack Helper fix Russian
local strings = {
LAH_LIGHT_ATTACK = "Обычная атака",
LAH_HEAVY_ATTACK = "Силовая атака",
}
for key, value in pairs(strings) do
ZO_CreateStringId(key, value)
SafeAddVersion(key, 1)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment