Warning fixes + compile fix after the merge

This commit is contained in:
Spp
2012-07-30 10:07:26 +02:00
parent b460c496e2
commit 5a99dfad14
7 changed files with 14 additions and 0 deletions

View File

@@ -247,10 +247,14 @@ bool SpellScript::TargetHook::CheckEffect(SpellInfo const* spellEntry, uint8 eff
return !area;
case TARGET_REFERENCE_TYPE_TARGET: // BOTH
return true;
default:
break;
}
break;
}
break;
default:
break;
}
return false;