# HG changeset patch # User Caleb Atherton # Date 1463284933 14400 # Node ID eb87dbc295b37e1f77358d31b35357ae344846a2 # Parent efdbef365ec0a9fd3f6ff5a5654b26927f50a1d9 Added optional dependency to HereBeDragons; removed last references to old map code. diff -r efdbef365ec0 -r eb87dbc295b3 Main.lua --- a/Main.lua Sat May 14 23:38:15 2016 -0400 +++ b/Main.lua Sun May 15 00:02:13 2016 -0400 @@ -943,7 +943,6 @@ HandleItemUse(item_link) end) - self:HandleZoneChange("OnEnable") self:GROUP_ROSTER_UPDATE() end @@ -2458,11 +2457,6 @@ function WDP:PLAYER_REGEN_ENABLED(event_name) private.in_combat = nil - - if private.set_area_id then - self:HandleZoneChange(event_name) - private.set_area_id = nil - end end diff -r efdbef365ec0 -r eb87dbc295b3 WoWDBProfiler.toc --- a/WoWDBProfiler.toc Sat May 14 23:38:15 2016 -0400 +++ b/WoWDBProfiler.toc Sun May 15 00:02:13 2016 -0400 @@ -4,7 +4,7 @@ ## Author: James D. Callahan III (Torhal) ## X-Email: jcallahan@curse.com ## SavedVariables: WoWDBProfilerData -## OptionalDeps: Ace3, LibDeformat-3.0, LibDialog-1.0, LibQTip-1.0 +## OptionalDeps: Ace3, HereBeDragons-1.0, LibDeformat-3.0, LibDialog-1.0, LibQTip-1.0 libs.xml