![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Sets the player's loot specialization.
SetLootSpecialization(specID)
Arguments
- specID
- number : SpecializationID - The specialization to receive loot for, regardless of current specialization; or 0 to receive loot for the current specialization.
Triggers events
- PLAYER_LOOT_SPEC_UPDATED upon changing loot specialization successfully.
- CHAT_MSG_SYSTEM only if
specID > 0.
Details
- Attempting to set loot specialization to invalid values or specializations of another class fails silently.
Patch changes
Patch 5.3.0 (2013-05-21): Added.
