File Details
XPDrop v1.3.2
- R
- Mar 30, 2026
- 11.24 KB
- 72
- 2.5.5
- Classic TBC
File Name
XPDrop.zip
Supported Versions
- 2.5.5
Version 1.3.2 — Changelog
🛠️ Fixes
Quest Turn-In Crash (Client Compatibility)
- Fixed a Lua error caused by
GetTitleForQuestIDbeing nil duringQUEST_TURNED_IN. - Implemented a safe quest title resolver with fallback support for different client versions.
- Updated quest turn-in logic to use the new resolver for improved stability.
- Files Updated:
XPDrop.lua(lines 146, 734)
✨ Improvements
Game/Zone Stats Popup Scrolling
- Converted the stats display into a fully scrollable frame.
- Added dynamic content sizing to properly handle longer text entries.
- Implemented mouse wheel scrolling with proper clamping to prevent overflow.
- Improved usability for extended stat tracking.
- Files Updated:
- Scroll frame setup:
XPDrop_UI.lua:327 - Mouse wheel handler:
XPDrop_UI.lua:336 - Dynamic sizing logic:
XPDrop_UI.lua:453
- Scroll frame setup:

