View Single Post
10/26/19, 03:11 PM   #6
MethosFrost
AddOn Author - Click to view addons
Join Date: Dec 2018
Posts: 5
Are you... I feel like an idiot, all I had to do was add little if then before rerolling?

Lua Code:
  1. if SendDeconstructMessage() then
  2.      createList()
  3. end

That fixes the bomb, now I just need to have a way to tell when refine is complete instead.

Thanks for all the assistance
  Reply With Quote