mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[7695] Fixed typo & -> &&
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
c88f2164fc
commit
4fd4cc31d1
2 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue