mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core: Fix warning
This commit is contained in:
@@ -924,7 +924,7 @@ class spell_biting_cold : public SpellScriptLoader
|
||||
for (TargetList::iterator itr = listOfTargets.begin(); itr != listOfTargets.end(); ++itr)
|
||||
{
|
||||
if (itr->first != target->GetGUID())
|
||||
return;
|
||||
continue;
|
||||
|
||||
if (itr->second >= 4)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user