Mercurial > wow > reaction
comparison classes/ReBar.lua @ 18:a805e4464237
AceLibrary'd ReAnchor
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Sat, 31 Mar 2007 00:07:30 +0000 |
parents | 2735edcf9ab7 |
children |
comparison
equal
deleted
inserted
replaced
17:639282f3a0e0 | 18:a805e4464237 |
---|---|
79 if playerClass == "PRIEST" and GetNumShapeshiftForms() > 1 then | 79 if playerClass == "PRIEST" and GetNumShapeshiftForms() > 1 then |
80 nStancePages.PRIEST = 2 | 80 nStancePages.PRIEST = 2 |
81 end | 81 end |
82 | 82 |
83 local AceOO = AceLibrary("AceOO-2.0") | 83 local AceOO = AceLibrary("AceOO-2.0") |
84 local ReAnchor = AceLibrary("ReAnchor-1.0") | |
84 | 85 |
85 -- ReBar is an Ace 2 class prototype object. | 86 -- ReBar is an Ace 2 class prototype object. |
86 ReBar = AceOO.Class("AceEvent-2.0", ReAnchor, ReAnchor.IAnchorable) | 87 ReBar = AceOO.Class("AceEvent-2.0", ReAnchor, ReAnchor.IAnchorable) |
87 | 88 |
88 | 89 |