-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shipyard LUA error #59
Comments
i can confirm this error. i get it as well. |
Pardon my ignorance, but when do you normal squash bugs? |
Only 3 errors? I'm jealous!
Increases by 10 every time I click on the Naval Map, no other addons loaded. |
I get the same error. |
this can be fixed by updating line 190, changing "TOOLTIP" to "OVERLAY":
|
patixa
added a commit
to patixa/GarrisonCommander
that referenced
this issue
Feb 16, 2023
According to [Wowpedia](https://wowpedia.fandom.com/wiki/API_Frame_CreateFontString), the Blizzard API validates the `drawLayer` parameter, and "TOOLTIP" isn't a valid layer.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Everytime I opten naval mission table:
3x bad argument #3 to '?' (Usage: local line = self:CreateFontString([name, drawLayer, templateName]))
[string "=[C]"]: in function
CreateFontString' [string "@GarrisonCommander/ShipYard.lua"]:190: in function <GarrisonCommander/ShipYard.lua:171> [string "=(tail call)"]: ? [string "=[C]"]: in function
GarrisonShipyardMap_SetupBonus'[string "@Blizzard_GarrisonUI/Blizzard_GarrisonShipyardUI.lua"]:1162: in function `GarrisonShipyardMap_UpdateMissions'
[string "@Blizzard_GarrisonUI/Blizzard_GarrisonShipyardUI.lua"]:855: in function <.../Blizzard_GarrisonUI/Blizzard_GarrisonShipyardUI.lua:851>
Locals:
(*temporary) = "bad argument #3 to '?' (Usage: local line = self:CreateFontString([name, drawLayer, templateName]))"
The text was updated successfully, but these errors were encountered: