We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10dfee commit 8464d32Copy full SHA for 8464d32
BeStride_Wrath.toc
@@ -1,4 +1,4 @@
1
-## Interface: 30400
+## Interface: 30403
2
3
## Title: BeStride
4
## Notes: Manages your Mounts
Versions/Common/bestride.lua
@@ -188,6 +188,10 @@ function BeStride:ChatCommand(input)
188
local status, err = pcall(BeStride_Mount:Regular())
189
print(err.code)
190
end
191
+ elseif command == "version" then
192
+ interface_version = select(4, GetBuildInfo())
193
+ print("Addon Version: " .. version)
194
+ print("WoW Interface Version: " .. interface_version)
195
else
196
print("/br - Open Main Configuration Dialog and print help")
197
print("/br options - Open options Dialog")
0 commit comments