aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index 067d953e381..e0bd23b53b2 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -6557,6 +6557,24 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
target = this;
break;
}
+ // Lava Flows (Rank 1)
+ case 51480:
+ {
+ triggered_spell_id = 64694;
+ break;
+ }
+ // Lava Flows (Rank 2)
+ case 51481:
+ {
+ triggered_spell_id = 65263;
+ break;
+ }
+ // Lava Flows (Rank 3)
+ case 51482:
+ {
+ triggered_spell_id = 65264;
+ break;
+ }
// Glyph of Healing Wave
case 55440:
{