Quantcast

* Changed utils to be local

James Whitehead II [04-10-07 - 01:23]
* Changed utils to be local
Filename
PerfectRaid_Buffs.lua
diff --git a/PerfectRaid_Buffs.lua b/PerfectRaid_Buffs.lua
index 1c73ba6..89f0e8c 100644
--- a/PerfectRaid_Buffs.lua
+++ b/PerfectRaid_Buffs.lua
@@ -31,13 +31,13 @@

 local Buffs = PerfectRaid:NewModule("PerfectRaid-Buffs")
 local L = PerfectRaidLocals
-local utils = DongleStub("DongleUtils-Beta0")
-local frames
+local utils, frames

 function Buffs:Initialize()
 	PerfectRaid.defaults.profile.buffs = {}

 	frames = PerfectRaid.frames
+	utils = PerfectRaid.utils
 	self:RegisterMessage("DONGLE_PROFILE_CREATED")
 	self:RegisterMessage("PERFECTRAID_TAB_CHANGED")
 end