Mercurial > wow > reaction
diff ReAction.lua @ 75:06cd74bdc7da
- Cleaned up Bar interface
- Move all attribute setting from Bar into State
- Separated Moonkin and Tree of Life
- Removed PossessBar module
- Added some infrastructure for paged/mind control support to Action
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Mon, 16 Jun 2008 18:46:08 +0000 |
parents | 768be7eb22a0 |
children | da8ba8783924 |
line wrap: on
line diff
--- a/ReAction.lua Tue Jun 10 22:25:15 2008 +0000 +++ b/ReAction.lua Mon Jun 16 18:46:08 2008 +0000 @@ -297,7 +297,7 @@ until bars[name] == nil end profile.bars[name] = profile.bars[name] or config - local bar = self.Bar:new( name, profile.bars[name] ) -- ReAction.Bar defined in Bar.lua + local bar = self.Bar:New( name, profile.bars[name] ) -- ReAction.Bar defined in Bar.lua bars[name] = bar callbacks:Fire("OnCreateBar", bar, name) if private.configMode then