Advertisement
Guest User

Landslide Not Selected

a guest
Aug 27th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function()
  2. local _, _, _, talentSelected = GetTalentInfo(7, 2, 2, _, UnitName("player"));
  3. if (talentSelected) then
  4. return false
  5. else
  6. return true
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement