View Single Post
10/22/16, 09:34 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,989
Try to change the order in your manifest txt file so the XML file will be executed after the lua file of the addon.
Otherwise the "OnUpdate" funciton is not globally known for the XML I guess.

Code:
## APIVersion: 100016 100017
## Title: Combat Reticle
## Description: Customizable context-senstitve reticle
## Version: 1.5.1
## Author: Aetheron, updated by |c4EFFF6Calia1120|r
## OptionalDependsOn: LibAddonMenu-2.0
## SavedVariables: CombatReticle_Settings

## Libraries:
Libs/LibStub/LibStub.lua
Libs/LibAddonMenu-2.0/LibAddonMenu-2.0.lua

## Core:
CombatReticle.lua
CombatReticle.xml
CombatReticleSettings.lua
CombatReticleThemes.lua
Bindings/Bindings.xml
Bindings/Bindings.lua
  Reply With Quote