Mercurial > wow > wowdb-profiler
diff Main.lua @ 91:63287a0a0a2e
Remove version check to disable the AddOn on 4.3.4.
author | James D. Callahan III <jcallahan@curse.com> |
---|---|
date | Tue, 28 Aug 2012 10:32:27 -0500 |
parents | 2f8390cf1bd1 |
children | c62f2af669d9 |
line wrap: on
line diff
--- a/Main.lua Tue Aug 28 10:30:10 2012 -0500 +++ b/Main.lua Tue Aug 28 10:32:27 2012 -0500 @@ -18,11 +18,6 @@ ----------------------------------------------------------------------- local ADDON_NAME, private = ... --- TODO: Remove this once 5.0.4 hits Live. -if private.wow_version == "4.3.4" then - return -end - local LibStub = _G.LibStub local WDP = LibStub("AceAddon-3.0"):NewAddon(ADDON_NAME, "AceEvent-3.0", "AceTimer-3.0")