fix(Core/Misc): all GCC warnings (#3457)
This commit is contained in:
parent
80b149b218
commit
b61ae8abcd
34 changed files with 157 additions and 75 deletions
|
|
@ -647,6 +647,7 @@ void WorldSession::HandlePetActionHelper(Unit* pet, uint64 guid1, uint16 spellid
|
|||
if (pet->ToPet())
|
||||
pet->ToPet()->ClearCastWhenWillAvailable();
|
||||
pet->ClearInPetCombat();
|
||||
[[fallthrough]]; // TODO: Not sure whether the fallthrough was a mistake (forgetting a break) or intended. This should be double-checked.
|
||||
|
||||
case REACT_DEFENSIVE: //recovery
|
||||
case REACT_AGGRESSIVE: //activete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue