mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[11928] Some warning fixes
This commit is contained in:
parent
7c827733f5
commit
c6a751134c
18 changed files with 28 additions and 38 deletions
|
|
@ -4807,10 +4807,7 @@ SpellCastResult Spell::CheckCast(bool strict)
|
|||
else
|
||||
return SPELL_FAILED_BAD_TARGETS;
|
||||
}
|
||||
}
|
||||
|
||||
if(non_caster_target)
|
||||
{
|
||||
// simple cases
|
||||
bool explicit_target_mode = false;
|
||||
bool target_hostile = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue