mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7272] Trailing whitespace cleaning
The "please use git diff --check before commit" thing. Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
parent
d952b7ebcf
commit
f04ec2b98b
4 changed files with 7 additions and 7 deletions
|
|
@ -2378,7 +2378,7 @@ void Spell::handle_immediate()
|
|||
int32 duration = GetSpellDuration(m_spellInfo);
|
||||
if (duration)
|
||||
{
|
||||
// Apply duration mod
|
||||
// Apply duration mod
|
||||
if(Player* modOwner = m_caster->GetSpellModOwner())
|
||||
modOwner->ApplySpellMod(m_spellInfo->Id, SPELLMOD_DURATION, duration);
|
||||
m_spellState = SPELL_STATE_CASTING;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue