[Bug]: Portal: Dornogal not detected by addon.
Poccket opened this issue ยท 2 comments
I'm not the author, but if you go into the retail/interface/addons/RSA/SpellData . Then open the mage.lua (can open it in notepad for this) From here what I did was ctrl+f for an portal that was announcing, I searched for Stormwind for this. Then you can just add this line to the bottom of the list of portals:
[446534] = true, -- Dornogal
and you go to the next instance of Stormwind you can add this line to the bottom of that list:
[446540] = true, -- Dornogal
This is the teleport spellID so it'll yell at you if you're teleporting without friends and whatnot. But this worked for me, it's announcing properly now.