Total-RP / Total-RP-3

The best roleplaying add-on for World of Warcraft.
http://curse.totalrp.com
Apache License 2.0
33 stars 19 forks source link

Migrate to C_Spell.GetSpellInfo for 11.0 #899

Closed Meorawr closed 1 month ago

Meorawr commented 1 month ago

The global GetSpellInfo API is deprecated in current clients and removed in 11.0. fixy fix.

One thing to note is that the new API doesn't accept nil values being supplied as a parameter - it'll error. This only seems to impact one of our call sites, but is a fun problem to deal with.