This module reward diffrent items to the players with diffrent spec in group while the dungeon/raid boss killed.
In conf file , make the reward specs code as a mask
1:Healer 2:DPS 4:Tank Default: 5 (1+4) Healer+Tank
Spec_Reward.Spec = 5
Spec_Reward.Level = 80
Spec_Reward.DungeonToken = 38186
Spec_Reward.RaidToken = 38186
Spec_Reward.TokenCount = 1
###1) Simply place the module under the modules
folder of your AzerothCore source folder.
###2) Re-run cmake and launch a clean build of AzerothCore
That's it.
If you need to change the module configuration, go to your server configuration folder (e.g. etc), copy mod_spec_reward.conf.dist
to mod_spec_reward.conf
and edit it as you prefer.