View Single Post
01/20/18, 06:09 AM   #8
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,963
Code:
if IsOwnerOfCurrentHouse() then
            d("My house.")
            myHouse = true
        else
            d("Not my house.")
            myHouse = false

--> END missing here
  Reply With Quote