*Fix Gruul's shatter effect damage. Patch provided by _krz.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-11-16 16:56:35 -06:00
parent a32d417cf0
commit 9bcb0119e9
2 changed files with 17 additions and 3 deletions

View File

@@ -1280,7 +1280,7 @@ void GameObject::CastSpell(Unit* target, uint32 spell)
else
{
trigger->setFaction(14);
trigger->CastSpell(target, spell, true);
trigger->CastSpell(target, spell, true, 0, 0, target->GetGUID());
}
//trigger->setDeathState(JUST_DIED);
//trigger->RemoveCorpse();