-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a call in the API 2.0 using a deprecated call from the Open Rai…
…d Library
- Loading branch information
Showing
5 changed files
with
86 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
--[=[ | ||
Please refer to the docs.txt within this file folder for a guide on how to use this library. | ||
If you get lost on implementing the lib, be free to contact Tercio on Details! discord: https://discord.gg/AGSzAZX or email to [email protected] | ||
UnitID: | ||
UnitID use: "player", "target", "raid18", "party3", etc... | ||
|
@@ -26,18 +27,21 @@ Change Log: | |
TODO: | ||
- need to finish the CheckForSpellsAdeedOrRemoved(), need to send the comm, need to create the local callbacks | ||
- create comm to add or remove a cooldown from an unit | ||
- add unit_connected through comm to know if a unit disconnected | ||
- add into gear info how many tier set parts the player has | ||
- keystone info (portion of the logic is implemented, need to share the information) | ||
- add unit_connected through comm to know if a unit disconnected, do the lib realy need this? I don't think so | ||
- raid lockouts normal-heroic-mythic | ||
- soulbind character (covenant choise) - probably not used in 10.0 | ||
- add into gear info how many tier set parts the player has | ||
- (bug) after a /reload, it is not starting new tickers for spells under cooldown | ||
BUGS: | ||
- after a /reload, it is not starting new tickers for spells under cooldown | ||
--]=] | ||
|
||
|
||
|
||
local major = "LibOpenRaid-1.0" | ||
local CONST_LIB_VERSION = 31 | ||
local CONST_LIB_VERSION = 32 | ||
LIB_OPEN_RAID_CAN_LOAD = false | ||
|
||
--declae the library within the LibStub | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters