mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[10814] Convert to ObjectGuid aura cast item guid access function.
This commit is contained in:
parent
957c9331a9
commit
3c0b80dada
4 changed files with 18 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue