diff options
| author | QAston <none@none> | 2009-06-13 14:01:10 +0200 | 
|---|---|---|
| committer | QAston <none@none> | 2009-06-13 14:01:10 +0200 | 
| commit | f874ca629e79bbb58bec779c65bfd2e59c5a1eae (patch) | |
| tree | a66bf13d7c2063aa6b4bdcf21b99c538b572d3c3 /src/game/SpellAuras.cpp | |
| parent | 2c1f85096864ae20be169eda22c25e34fdfa4ae1 (diff) | |
*Set target guid as original caster guid for GO casts.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 475b99579ee..13669b5b118 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1739,7 +1739,7 @@ void AuraEffect::TriggerSpell()                      case 23493:                      {                          int32 heal = caster->GetMaxHealth() / 10; -                        caster->DealHeal(caster, heal, auraSpellInfo); +                        caster->DealHeal(m_target, heal, auraSpellInfo);                          int32 mana = caster->GetMaxPower(POWER_MANA);                          if (mana)  | 
