Skip to content

Commit

Permalink
revert debug update
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerR909 committed Sep 4, 2023
1 parent a83e597 commit 6022e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Versions/Common/mount.table.lua
Expand Up @@ -64,7 +64,7 @@ function BeStride:AddCommonMount(mountId)
table.insert(mountTable["zone"],mountId)
else
--local mountID,name,spellID,icon,isSummoned,mountTypeID = GetCompanionInfo("MOUNT", mountId)
BeStride_Debug:Debug("Not Adding Mount" .. mount["name"] .. " Id: " .. mountId .. " SpellId: " .. mount.spellID)
print("Not Adding Mount" .. mount["name"] .. " Id: " .. mountId .. " SpellId: " .. mount.spellID)
end
end
end
Expand Down

0 comments on commit 6022e2c

Please sign in to comment.