chore: stage all pending changes (DB cleanup, corrections, compiler, init, plugin API)
This commit is contained in:
@@ -402,7 +402,7 @@ function Townsfolk:PopulateVendors(itemList, existingTable, restrictLevel)
|
||||
if not flagCache[vendorId] then
|
||||
flagCache[vendorId] = flags
|
||||
end
|
||||
if bitband(flags, QuestieDB.npcFlags.VENDOR) == QuestieDB.npcFlags.VENDOR then
|
||||
if flags and bitband(flags, QuestieDB.npcFlags.VENDOR) == QuestieDB.npcFlags.VENDOR then
|
||||
tbl[vendorId] = true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user