Renamed a few spell effects more appropriately.

This commit is contained in:
KayenEQ
2014-07-01 16:52:28 -04:00
parent 3b8993a302
commit ede7f9899c
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1900,7 +1900,7 @@ void Bot::ApplyAABonuses(uint32 aaid, uint32 slots, StatBonuses* newbon)
newbon->UnfailingDivinity += base1;
break;
case SE_SpellOnKill:
case SE_ProcOnKillShot:
for(int i = 0; i < MAX_SPELL_TRIGGER*3; i+=3)
{
if(!newbon->SpellOnKill[i] || ((newbon->SpellOnKill[i] == base2) && (newbon->SpellOnKill[i+1] < base1)))