diff options
| author | QAston <none@none> | 2009-02-06 19:42:03 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-02-06 19:42:03 +0100 |
| commit | 4c5f0fd6a546400716269f205577c8f2313187ab (patch) | |
| tree | 127f20fe3870b362a03a093aa177cec671ca9221 /src/game/Pet.cpp | |
| parent | 59cce0030120471014707597eb0f37125af2e97b (diff) | |
*Fix aura sending to 303 client.
--HG--
branch : trunk
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 8dcea866ef4..1205ed641f0 100644 --- a/src/game/Pet.cpp +++ b/src/game/Pet.cpp @@ -43,7 +43,7 @@ char const* petTypeSuffix[MAX_PET_TYPE] = Pet::Pet(PetType type) : Creature(), m_petType(type), m_removed(false), m_happinessTimer(7500), m_duration(0), m_bonusdamage(0), -m_resetTalentsCost(0), m_resetTalentsTime(0), m_usedTalentCount(0), m_auraUpdateMask(0), m_loading(false), +m_resetTalentsCost(0), m_resetTalentsTime(0), m_usedTalentCount(0), m_auraRaidUpdateMask(0), m_loading(false), m_declinedname(NULL) { m_isPet = true; |
