From 437acdf9e032314c7be5eb003ce681a550f07f9c Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 18 Jun 2007 14:16:14 +0000 Subject: [PATCH] * Moved Dongle call --- PerfectRaid.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PerfectRaid.lua b/PerfectRaid.lua index e8a9486..51c0450 100644 --- a/PerfectRaid.lua +++ b/PerfectRaid.lua @@ -37,7 +37,7 @@ assert(DongleStub, string.format("PerfectRaid requires DongleStub.")) local L = PerfectRaidLocals local utils -PerfectRaid = DongleStub("Dongle-1.0"):New("PerfectRaid") +PerfectRaid = {} PerfectRaid.rev = tonumber(string.match("$Revision$", "(%d+)") or 1) -- This needs to be visible elsewhere @@ -781,3 +781,5 @@ function PerfectRaid:UNIT_DISPLAYPOWER(event, unit) end end end + +PerfectRaid = DongleStub("Dongle-1.0"):New("PerfectRaid", PerfectRaid) -- 1.7.9.5