diff options
| author | megamage <none@none> | 2009-02-21 17:05:50 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-21 17:05:50 -0600 |
| commit | cb6df9b7b49c6d509e3980dc09372020ee346059 (patch) | |
| tree | 460e6867926edc62d05a14f48ed42eac1b0f716e | |
| parent | 41f5d5c00880fd23182b3b334968d68604a76137 (diff) | |
[7316] Fixed spell 51556 and ranks DummyAura procing. Author: Gommes
--HG--
branch : trunk
| -rw-r--r-- | src/game/Unit.cpp | 2 | ||||
| -rw-r--r-- | src/shared/revision_nr.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index f58a3d63f16..cee275d0e4f 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -6007,7 +6007,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu } } // Ancestral Awakening - if (dummySpell->SpellIconID == 2018) + if (dummySpell->SpellIconID == 3065) { // TODO: frite dummy fot triggered spell triggered_spell_id = 52759; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 41226bc4fb3..1be10ef40d4 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7315" + #define REVISION_NR "7316" #endif // __REVISION_NR_H__ |
