git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
29d93c0 - change raid frame position as mage
[wowui.git]
/
loitsu
/
castbar.lua
diff --git
a/loitsu/castbar.lua
b/loitsu/castbar.lua
index
a78e2fc
..
79c81fb
100644
(file)
--- a/
loitsu/castbar.lua
+++ b/
loitsu/castbar.lua
@@
-212,6
+212,6
@@
end
init:SetScript("OnEvent", function (self)
self:UnregisterAllEvents();
createCastBar("player", 160, -300, -140);
- createCastBar("target", 160,
30
0, -140);
+ createCastBar("target", 160,
29
0, -140);
end);
init:RegisterEvent("PLAYER_LOGIN");