mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Project tidy up and sync
This commit is contained in:
parent
49fe617b55
commit
5531a0087d
44 changed files with 484 additions and 427 deletions
|
|
@ -113,7 +113,9 @@ CanCastResult CreatureAI::DoCastSpellIfCan(Unit* pTarget, uint32 uiSpell, uint32
|
|||
CanCastResult castResult = CanCastSpell(pTarget, pSpell, uiCastFlags & CAST_TRIGGERED);
|
||||
|
||||
if (castResult != CAST_OK)
|
||||
{ return castResult; }
|
||||
{
|
||||
return castResult;
|
||||
}
|
||||
}
|
||||
|
||||
// Interrupt any previous spell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue