Core: Fix warning

This commit is contained in:
Vincent-Michael
2013-06-23 01:49:28 +02:00
parent 7e01ac23db
commit 180cd5cf6e

View File

@@ -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)
{