Skip to content

Commit

Permalink
Initial Update for Cata (#35)
Browse files Browse the repository at this point in the history
* Add support for cata and first round of flight times.
Alliance is mostly done, Horde needs work.
* no +x
* For real this time...
* Update Changelog
  • Loading branch information
beren12 authored May 11, 2024
1 parent 3d198f8 commit 3aef937
Show file tree
Hide file tree
Showing 7 changed files with 10,508 additions and 17 deletions.
24 changes: 24 additions & 0 deletions EnhancedFlightMap-Cata.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Interface: 40400
## Title: Enhanced Flight Map
## Author: Lysidia of Feathermoon/Myrzael & Thengel of Mankrik/Westfall (Classic)
## Version: 3.3.1-Wrath-Classic
## Notes: Adds enhancements to the flight system!
## DefaultState: Enabled
## LoadOnDemand: 0
## X-Expansion-Level: 3
## X-Curse-Project-ID: 489980
## SavedVariables: EFM_Data,EFM_WaterNodes,EFM_ImportData
## SavedVariablesPerCharacter: EFM_MyConf,EFM_KnownNodes,EFM_ReachableNodes
shared_functions.lua

globals.lua

localization.lua
localization-frFR.lua
localization-deDE.lua
localization-ruRU.lua

EnhancedFlightMap.xml

FlightMapData-Cata.lua
FlightStatus.xml
2 changes: 1 addition & 1 deletion EnhancedFlightMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function EnhancedFlightMap_OnEvent( frame, event, ... )

-- Hook the GossipTitleButton_OnClick function.
-- This is done due to 1.11 changes to druid flightpaths at nighthaven, might be needed elsewhere in the future also.
hooksecurefunc("GossipTitleButton_OnClick", EFM_GossipTitleButton_OnClick);
hooksecurefunc(_G.GossipOptionButtonMixin, "OnClick", EFM_GossipTitleButton_OnClick);

-- Call various init routines.
EFM_DefineData();
Expand Down
Loading

0 comments on commit 3aef937

Please sign in to comment.