We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4196c commit f419cffCopy full SHA for f419cff
MultiLanguage.lua
@@ -492,8 +492,8 @@ local function GetSpellIDFromTooltip(tooltip)
492
if owner then
493
local ownerName = owner:GetName()
494
495
- if ownerName then
496
- return nul
+ if not ownerName then
+ return nil
497
end
498
499
if string.match(ownerName, "^ActionButton%d+$") or
MultiLanguage.toc
@@ -2,7 +2,7 @@
2
## Title: MultiLanguage
3
## Notes: Tooltip displaying data in another language
4
## Author: Ruben Zantingh
5
-## Version: 1.1.0
+## Version: 1.1.1
6
## SavedVariables: MultiLanguageOptions
7
8
Database/Npcs/npcs.lua
0 commit comments