[10814] Convert to ObjectGuid aura cast item guid access function.

This commit is contained in:
VladimirMangos 2010-12-02 08:11:32 +03:00
parent 957c9331a9
commit 3c0b80dada
4 changed files with 18 additions and 18 deletions

View file

@ -2492,7 +2492,7 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
{
if ((*itr)->GetSpellProto()->SpellFamilyName==SPELLFAMILY_SHAMAN &&
((*itr)->GetSpellProto()->SpellFamilyFlags & UI64LIT(0x0000000000200000)) &&
(*itr)->GetCastItemGUID() == item->GetGUID())
(*itr)->GetCastItemGuid() == item->GetObjectGuid())
{
m_damage += m_damage * damage / 100;
return;