*Fix some typos in trinitycore.conf.dist

*Fix Enduring Winter not increasing water elemental duration, by Cleave

--HG--
branch : trunk
This commit is contained in:
maximius
2009-10-15 08:34:19 -07:00
parent 1319312af1
commit 7caac8a805
3 changed files with 5 additions and 2 deletions

View File

@@ -7094,6 +7094,9 @@ void Spell::SummonGuardian(uint32 i, uint32 entry, SummonPropertiesEntry const *
break;
}
int32 duration = GetSpellDuration(m_spellInfo);
if(Player* modOwner = m_originalCaster->GetSpellModOwner())
modOwner->ApplySpellMod(m_spellInfo->Id, SPELLMOD_DURATION, duration);
TempSummonType summonType = (duration == 0) ? TEMPSUMMON_DEAD_DESPAWN : TEMPSUMMON_TIMED_DESPAWN;
Map *map = caster->GetMap();