Softrix / SmartBuff-Retail

Smartbuff Retail
1 stars 3 forks source link

levelling doesn't trigger a refresh of known spells #18

Open speedwaystar opened 1 year ago

speedwaystar commented 1 year ago

this occurs because the code no longer reinitializes itself every 3 seconds like it used to (!), but is now asynchronous and relies on OnEvent triggers. accordingly, we need to add an PLAYER_LEVEL_UP OnEvent call to SMARTBUFF_SetBuffs()