From 3d1bb6bd088d57943d3b38778d3ab591145d4c32 Mon Sep 17 00:00:00 2001 From: Uleat Date: Mon, 6 Feb 2017 17:48:44 -0500 Subject: [PATCH] Updated SpellAffectIndex enumeration remarks [skip ci] --- common/spdat.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/spdat.h b/common/spdat.h index e8ec2574e..3344489df 100644 --- a/common/spdat.h +++ b/common/spdat.h @@ -67,8 +67,9 @@ const int SpellTypes_Beneficial = SpellType_Heal|SpellType_Buff|SpellType_Escape #define SpellType_Any 0xFFFF -// These don't appear to be consistent either through us or soe.. -// Use for generalization rather than validation +// These should not be used to determine spell category.. +// They are a graphical affects (effects?) index only +// TODO: import sai list enum SpellAffectIndex { SAI_Summon_Mount_Unclass = -1, SAI_Direct_Damage = 0,