mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Add auto loot setting to gameplay settings
Checkbox in Settings > Gameplay > Loot section. When enabled, all items are automatically sent CMSG_AUTOSTORE_LOOT_ITEM on loot response (same as right-click looting each item). Gold always auto-loots regardless. Setting persists in settings.cfg as auto_loot=0/1.
This commit is contained in:
parent
a55399fad6
commit
0e18c8871d
4 changed files with 29 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ private:
|
|||
bool pendingMinimapRotate = false;
|
||||
bool pendingMinimapSquare = false;
|
||||
bool pendingSeparateBags = true;
|
||||
bool pendingAutoLoot = false;
|
||||
bool pendingUseOriginalSoundtrack = true;
|
||||
|
||||
// UI element transparency (0.0 = fully transparent, 1.0 = fully opaque)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue