Mercurial > wow > worldplan
comparison FlightMap.lua @ 72:6db0b9696936
do bounty criteria checking in the QuestButtonUpdate segment
| author | Nenue |
|---|---|
| date | Fri, 07 Apr 2017 01:07:48 -0400 |
| parents | 96183f981acb |
| children | 25f7dbc20a72 |
comparison
equal
deleted
inserted
replaced
| 71:d6c0bed32c51 | 72:6db0b9696936 |
|---|---|
| 117 pin:SetAnchor(frame, nil, nil, nil, nil, pin.filtered and 0.5 or 1) | 117 pin:SetAnchor(frame, nil, nil, nil, nil, pin.filtered and 0.5 or 1) |
| 118 pin.owningFrame = frame:GetMap() | 118 pin.owningFrame = frame:GetMap() |
| 119 pin.throttle = 1 | 119 pin.throttle = 1 |
| 120 pin.isStale = true | 120 pin.isStale = true |
| 121 | 121 |
| 122 pin:CheckFilterRules() | |
| 122 pin:ClearAllPoints() | 123 pin:ClearAllPoints() |
| 123 pin:SetPoint('CENTER', frame, 'CENTER') | 124 pin:SetPoint('CENTER', frame, 'CENTER') |
| 124 --print(pin.Overlay:IsShown(), pin.Overlay:GetPoint(1)) | 125 --print(pin.Overlay:IsShown(), pin.Overlay:GetPoint(1)) |
| 125 end | 126 end |
| 126 pin:SetShown(pin.used) | 127 pin:SetShown(pin.used) |
