I’ve been running the following macro to change my druid specialization:
/run SetSpecialization(GetSpecialization()==3 and 3 or 3)
This would change me to guardian spec, and change the number 3 to a 1 or 4 would change me to boomkin or resto.
With the new 11.1 patch, none of these are working anymore, so I have to open the specialization window and choose the spec I want now. Does anyone have an update that’s working for this macro?
These are what work for me:
/run C_SpecializationInfo.SetSpecialization(1)
/run C_SpecializationInfo.SetSpecialization(2)
/run C_SpecializationInfo.SetSpecialization(3)
/run C_SpecializationInfo.SetSpecialization(4)
Thanks for the info! A great relief to have that working again.