not_reflectable -> reflectable

This commit is contained in:
KayenEQ
2014-02-22 02:23:37 -05:00
parent 44c833fbe6
commit 2a28e88bcf
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -4348,7 +4348,7 @@ void Mob::MeleeLifeTap(int32 damage) {
bool Mob::TryReflectSpell(uint32 spell_id)
{
if (spells[spell_id].not_reflectable)
if (!spells[spell_id].reflectable)
return false;
int chance = itembonuses.reflect_chance + spellbonuses.reflect_chance + aabonuses.reflect_chance;