diff Constants.lua @ 105:f9c81739cfe6

Changed labeling on action_data fields to be more explicit. Don't set loot_label on non-loot spells.
author James D. Callahan III <jcallahan@curse.com>
date Wed, 05 Sep 2012 09:05:04 -0500
parents 2b8471a4e84c
children e2331b00a1cf
line wrap: on
line diff
--- a/Constants.lua	Tue Sep 04 11:54:47 2012 -0500
+++ b/Constants.lua	Wed Sep 05 09:05:04 2012 -0500
@@ -63,6 +63,10 @@
     [_G.GetSpellInfo(8613)] = "SKINNING",
 }
 
+private.NON_LOOT_SPELL_LABELS = {
+    MIND_CONTROL = true,
+}
+
 local AF = private.ACTION_TYPE_FLAGS
 
 private.SPELL_FLAGS_BY_LABEL = {