diff --git a/Bindings.xml b/Bindings.xml new file mode 100644 index 00000000..2b9adda8 --- /dev/null +++ b/Bindings.xml @@ -0,0 +1,11 @@ + + + _detalhes.tabela_historico:resetar() + + + DetailsKeyBindScrollDown() + + + DetailsKeyBindScrollUp() + + \ No newline at end of file diff --git a/Details.toc b/Details.toc index 9c0fdde2..bde3de3b 100644 --- a/Details.toc +++ b/Details.toc @@ -12,6 +12,7 @@ locales\Details-ptBR.lua locales\Details-enUS.lua boot.lua +indent.lua core\util.lua functions\profiles.lua diff --git a/Libs/NickTag-1.0/NickTag-1.0.lua b/Libs/NickTag-1.0/NickTag-1.0.lua index 4ef36557..f2334d80 100644 --- a/Libs/NickTag-1.0/NickTag-1.0.lua +++ b/Libs/NickTag-1.0/NickTag-1.0.lua @@ -791,7 +791,7 @@ end elseif (not _table) then return "", {0, 1, 0, 1} end - return _table [CONST_INDEX_AVATAR_PATH] or default "", _table [CONST_INDEX_AVATAR_TEXCOORD] or {0, 1, 0, 1} + return _table [CONST_INDEX_AVATAR_PATH] or default or "", _table [CONST_INDEX_AVATAR_TEXCOORD] or {0, 1, 0, 1} end end diff --git a/Libs/libs.xml b/Libs/libs.xml index abeb96bf..5bc88c23 100644 --- a/Libs/libs.xml +++ b/Libs/libs.xml @@ -10,7 +10,6 @@ -