Fixed /keystone command; Fixed issues with nicknames
This commit is contained in:
@@ -417,4 +417,15 @@ function MyAddonObject.OnKeystoneUpdate(unitName, keystoneInfo, allKeystoneInfo)
|
||||
end
|
||||
|
||||
--registering the callback:
|
||||
openRaidLib.RegisterCallback(MyAddonObject, "KeystoneUpdate", "OnKeystoneUpdate")
|
||||
openRaidLib.RegisterCallback(MyAddonObject, "KeystoneUpdate", "OnKeystoneUpdate")
|
||||
|
||||
===================================================================================================================================
|
||||
"KeystoneWipe": triggered after the call openRaidLib.WipeKeystoneData()
|
||||
===================================================================================================================================
|
||||
|
||||
function MyAddonObject.OnKeystoneUpdate(allKeystoneInfo)
|
||||
print("no keystone data:", next(allKeystoneInfo) == nil)
|
||||
end
|
||||
|
||||
--registering the callback:
|
||||
openRaidLib.RegisterCallback(MyAddonObject, "KeystoneWipe", "OnKeystoneWipe")
|
||||
Reference in New Issue
Block a user