diff options
Diffstat (limited to 'src/game/Pet.cpp')
-rw-r--r-- | src/game/Pet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp index 3d7f56e5d9f..7ebd7531daf 100644 --- a/src/game/Pet.cpp +++ b/src/game/Pet.cpp @@ -1189,7 +1189,7 @@ void Pet::_LoadAuras(uint32 timediff) else remaincharges = 0; - Aura* aura = new Aura(spellproto, effmask, NULL, this, NULL, NULL); + Aura* aura = new Aura(spellproto, effmask, this, this, this); aura->SetLoadedState(caster_guid,maxduration,remaintime,remaincharges, stackcount, &damage[0]); if(!aura->CanBeSaved()) { |