diff options
| author | QAston <none@none> | 2009-07-10 03:03:32 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-07-10 03:03:32 +0200 |
| commit | 53ae34964453378874dfd445d55fbff1a4553939 (patch) | |
| tree | 898455cb56e78ea41d7906a0f777522e7d8c0bb2 /src/game/SpellAuras.cpp | |
| parent | d27e5f3de143f0d3273df39fcc79c5012267f03b (diff) | |
*SpellBonusData for 54158
*Make passive tree of life aura affect casts out of shapeshidt.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 84755b8036e..dbf657afe3f 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1408,8 +1408,7 @@ void AuraEffect::HandleShapeshiftBoosts(bool apply) HotWSpellId = 24900; break; case FORM_TREE: - spellId = 5420; - spellId2 = 34123; + spellId = 34123; break; case FORM_TRAVEL: spellId = 5419; |
