File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66---- ----------------------------------------------------------------------------------------------
77local _G = _G
88local addonName = ...
9- local vmVersion = " 2.5 "
9+ local vmVersion = " 2.6 "
1010if not _G .ValorAddons then _G .ValorAddons = {} end
1111_G .ValorAddons [addonName ] = true
1212
258258 [1220 ] = 233368 , -- Legion
259259 [1642 ] = 278833 , -- BFA: Zandalar
260260 [1643 ] = 278833 , -- BFA: Kul Tiras
261+ [1718 ] = 278833 , -- BFA: Nazjatar
261262 [1116 ] = 191645 , [1464 ] = 191645 , -- Draenor and Tanaan
262263 [1158 ] = 191645 , [1331 ] = 191645 , -- Alliance Garrison
263264 [1159 ] = 191645 , [1160 ] = 191645 ,
272273 [1519 ] = - 1 , -- The Fel Hammer (Demon Hunter Class Hall)
273274 [1469 ] = - 1 , -- The Heart of Azeroth (Shaman Class Hall)
274275 [1514 ] = - 1 , -- The Wandering Isle (Monk Class Hall)
276+ [1718 ] = - 1 , -- Nazjatar
275277 }
276278
277279 local function vmGetInstanceInfo ()
Original file line number Diff line number Diff line change 22## Title : ValorMount
33## Notes : A fairly simple mount manager.
44## Author : darkValorous
5- ## Version : 2.5
5+ ## Version : 2.6
66## SavedVariables : ValorMountGlobal
77## SavedVariablesPerCharacter : ValorMountLocal
88ValorMount.lua
You can’t perform that action at this time.
0 commit comments