[7695] Fixed typo & -> &&

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
NoFantasy 2009-04-22 15:34:28 +04:00 committed by VladimirMangos
parent c88f2164fc
commit 4fd4cc31d1
2 changed files with 2 additions and 2 deletions

View file

@ -7216,7 +7216,7 @@ bool Unit::AttackStop(bool targetSwitch /*=false*/)
void Unit::CombatStop(bool cast)
{
if(cast& IsNonMeleeSpellCasted(false))
if (cast && IsNonMeleeSpellCasted(false))
InterruptNonMeleeSpells(false);
AttackStop();