porch-wow
porch-wow
Right-clicking on totems calls [`DestroyTotem`](https://warcraft.wiki.gg/wiki/API_DestroyTotem), which is a protected function. I fixed it on my end using this: ```diff index 2946466..1ab4ed9 100755 --- a/Totems.bak.lua +++ b/Totems.lua @@ -522,7 +522,11 @@...
[f68d811#L10](https://github.com/enderneko/Cell/commit/f68d811232fcad450fb0bc7c9710c67890bf51b1#diff-89c35a29fe227513a864c0c896722f8c367f952f9035740fbc34a28cf9cd11c1L3471) caused a regression where the CELL_BORDER_COLOR snippet var does not affect unit buttons, as it does not influence the backdrop border color of the frame anymore.