Skip to content

Commit d34a87b

Browse files
author
darkValorous
committed
Fixed false positive in Nazjatar.
1 parent aef5fd5 commit d34a87b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

ValorMount.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
--------------------------------------------------------------------------------------------------
77
local _G = _G
88
local addonName = ...
9-
local vmVersion = "2.5"
9+
local vmVersion = "2.6"
1010
if not _G.ValorAddons then _G.ValorAddons = {} end
1111
_G.ValorAddons[addonName] = true
1212

@@ -258,6 +258,7 @@ do
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,
@@ -272,6 +273,7 @@ do
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()

ValorMount.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
88
ValorMount.lua

0 commit comments

Comments
 (0)