aboutsummaryrefslogtreecommitdiff
path: root/src/game/Creature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r--src/game/Creature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp
index 9aa6eb78c74..a1cb9e5649f 100644
--- a/src/game/Creature.cpp
+++ b/src/game/Creature.cpp
@@ -2275,7 +2275,7 @@ bool Creature::LoadCreaturesAddon(bool reload)
continue;
}
- AddAuraEffect(AdditionalSpellInfo, cAura->effect_idx, this);
+ AddAuraEffect(AdditionalSpellInfo, cAura->effect_idx, this, this);
sLog.outDebug("Spell: %u with Aura %u added to creature (GUIDLow: %u Entry: %u )", cAura->spell_id, AdditionalSpellInfo->EffectApplyAuraName[cAura->effect_idx],GetGUIDLow(),GetEntry());
}
}