I'd like to thank you for the great CR - it easily took me to top200 WoL warriors even in my half-blue gear, and helps me a lot with my alts.
There're minor issues tho with using items like health stone or mana gems, because they are directly coded in in english (say, "/cast Conjure Mana Gem" or UseBagItem("Health Stone")), which do not work with non-english client (and russian client users do not have any option to choose language).
It's not a big deal for me to just rename it in code manually, but maybe there are better options (e.g. Singular uses SpellManager.Cast(759) for conjuring and return StyxWoW.Me.BagItems.Any(i => i.Entry == 5512) for health stone).