mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +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)
|
void Unit::CombatStop(bool cast)
|
||||||
{
|
{
|
||||||
if(cast& IsNonMeleeSpellCasted(false))
|
if (cast && IsNonMeleeSpellCasted(false))
|
||||||
InterruptNonMeleeSpells(false);
|
InterruptNonMeleeSpells(false);
|
||||||
|
|
||||||
AttackStop();
|
AttackStop();
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7694"
|
#define REVISION_NR "7695"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue