Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Reqlay committed Sep 26, 2024
1 parent 14430a7 commit fe1cc61
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"Lua.runtime.version": "Lua 5.1",
"Lua.runtime.builtin": {
"basic": "disable",
"debug": "disable",
"io": "disable",
"math": "disable",
"os": "disable",
"package": "disable",
"string": "disable",
"table": "disable",
"utf8": "disable"
},
"Lua.workspace.library": [
"~\\.vscode\\extensions\\ketho.wow-api-0.17.6\\Annotations"
]
}
2 changes: 1 addition & 1 deletion StygiaMedia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ LSM:Register("sound","|c00FF9696Lehmä 1|r", [[Interface\Addons\StygiaMedia\soun
LSM:Register("sound","|c00FF9696Lehmä 2|r", [[Interface\Addons\StygiaMedia\sound\lehmä2.mp3]])
LSM:Register("sound","|c00FF9696Aggro Human|r", [[Interface\Addons\StygiaMedia\sound\aggro.mp3]])
LSM:Register("sound","|c00FF9696Neckers|r", [[Interface\Addons\StygiaMedia\sound\neckers.mp3]])
LSM:Register("sound","|c00FF9696Tonttu Died|r", [[Interface\Addons\StygiaMedia\sound\tonttu-ied.mp3]])
LSM:Register("sound","|c00FF9696Tonttu Died|r", [[Interface\Addons\StygiaMedia\sound\tonttu-died.mp3]])
LSM:Register("sound","|c00FF9696Tonttu Balls|r", [[Interface\Addons\StygiaMedia\sound\tonttu-balls.mp3]])
LSM:Register("sound","|c00FF9696Herra Armahda (Short)|r", [[Interface\Addons\StygiaMedia\sound\herra-armahda-short.mp3]])
LSM:Register("sound","|c00FF9696Herra Armahda (Long)|r", [[Interface\Addons\StygiaMedia\sound\herra-armahda-long.mp3]])
Expand Down
2 changes: 1 addition & 1 deletion StygiaMedia.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Title: |c00FF9696StygiaMedia|r
## Notes: Weewoo
## IconTexture: Interface\AddOns\StygiaMedia\image\WoW_Token01
## Version: 1.2
## Version: 1.2.1
## Author: Stygia
## Dependencies: BigWigs, SharedMedia

Expand Down
2 changes: 1 addition & 1 deletion StygiaMedia_Cata.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Title: |c00FF9696StygiaMedia|r
## Notes: Weewoo
## IconTexture: Interface\AddOns\StygiaMedia\image\WoW_Token01
## Version: 1.2
## Version: 1.2.1
## Author: Stygia
## Dependencies: BigWigs, SharedMedia

Expand Down
2 changes: 1 addition & 1 deletion StygiaMedia_Classic.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Title: |c00FF9696StygiaMedia|r
## Notes: Weewoo
## IconTexture: Interface\AddOns\StygiaMedia\image\WoW_Token01
## Version: 1.2
## Version: 1.2.1
## Author: Stygia
## Dependencies: BigWigs, SharedMedia

Expand Down

0 comments on commit fe1cc61

Please sign in to comment.