diff Turok/Modules/Timer/Aura.lua @ 9:9400a0ff8540

Ugh Timer: - container update directionality - talent update iterates over a non-volatile table to carry out updates - index management steps organized - talentRow status implemented, returns the spell associated with the talent chosen from that row CombatLog: - sort out font controls and unbork arguments
author Nenue
date Sun, 21 Feb 2016 13:08:30 -0500
parents a9b8b0866ece
children 0b1a2f3dbfc4
line wrap: on
line diff
--- a/Turok/Modules/Timer/Aura.lua	Sun Feb 21 08:49:34 2016 -0500
+++ b/Turok/Modules/Timer/Aura.lua	Sun Feb 21 13:08:30 2016 -0500
@@ -15,7 +15,6 @@
     _G.print('Aura', ...)
   end
 end
-print('Peep!', ...)
 --@end-debug@
 
 T.defaults.spirit.aura = {
@@ -55,7 +54,7 @@
 --- takes user supplied values or fills itself with the cvar values provided
 p.Init = function(self, auraName, auraFilters, auraUnit)
 
-  _G.print('Prototype', 'Aura.Init')
+  print('Aura.Init')
   self.unit = auraUnit and auraUnit or self.dvars.unit
   self.spellName = auraName and auraName or self.spellName
   self.filters = auraFilters and auraFilters or self.dvars.filters