Core/Scripts: remove non-player objects (ie corpses) from Sindragosa's Fury targetlist

(cherry picked from commit b3336cf9433f14dbcc2e9a7eecb4062a936401b2)
This commit is contained in:
ariel-
2020-07-16 22:00:28 +02:00
committed by Carbenium
parent 5392212799
commit ca5cbad6f0
@@ -1095,7 +1095,8 @@ class spell_sindragosa_s_fury : public SpellScriptLoader
if (Player* player = obj->ToPlayer())
return player->IsGameMaster();
return false;
// remove non-players too
return true;
});
_targetCount = targets.size();