File Details
VaultPing_1.2.3.zip
- R
- Feb 4, 2026
- 8.62 KB
- 8
- 12.0.1
- Retail
File Name
VaultPing_1.2.3.zip
Supported Versions
- 12.0.1
VaultPing Changelog
[1.2.3] - 2025-02-03
Fixed
- Critical: Removed duplicate code block (lines 195-209) that was causing the addon to crash on load
- Critical: Fixed Great Vault loot detection not properly identifying unclaimed rewards
- Improved detection logic to check
HasAvailableRewardsfirst with explicittruecomparison - Changed from
type(val) == "boolean"check toval == truefor more reliable detection - Reordered detection methods to prioritize most reliable API calls
- Improved detection logic to check
Enhanced
- Debug Command: Significantly improved
/vpd(or/vaultpingdebug) output- Now shows detailed information about all detection methods
- Displays activity details including type, progress, threshold, claimID, and rewards count
- Added final
HasUnclaimedVaultLoot()result to debug output - Better error handling and reporting for missing API functions
Technical Details
- Fixed orphaned code that was executing outside of any function scope
- Improved
HasUnclaimedVaultLoot()function with better API call ordering - Enhanced
SlashCmdList["VAULTPINGDEBUG"]with comprehensive diagnostic information

