Skip to content

Commit

Permalink
Text Change
Browse files Browse the repository at this point in the history
  • Loading branch information
NinerBull committed Jul 7, 2023
1 parent dca7566 commit f38b1cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tRP3_RDotIO/tRP3_RDotIO.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if (WOW_PROJECT_ID == WOW_PROJECT_MAINLINE) then
local function trp3rioinit()


-- TRP 3 Variables
-- TRP3 Variables

TRPRIOTOOLTIPS.CONFIG = {};

Expand Down Expand Up @@ -1028,7 +1028,7 @@ if (WOW_PROJECT_ID == WOW_PROJECT_MAINLINE) then

TRP3_API.module.registerModule({
name = "Raider.IO Tooltip Support",
description = "Allows TRP 3 to show Raider.IO information on the tooltip.",
description = "Allows TRP3 to show Raider.IO information on the tooltip.",
version = "1.5.2",
id = "trp3_riotooltips",
onStart = trp3rioinit,
Expand Down
2 changes: 1 addition & 1 deletion tRP3_RDotIO/tRP3_RDotIO.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100100
## Title: Total RP 3: Raider.IO Tooltip Support
## Version: 1.5.2
## Notes: Allows TRP 3 to show Raider.IO information on the tooltip.
## Notes: Allows TRP3 to show Raider.IO information on the tooltip.
## Author: NinerBull
## DefaultState: enabled
## RequiredDeps: totalRP3, RaiderIO
Expand Down

0 comments on commit f38b1cd

Please sign in to comment.