aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuraEffects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/SpellAuraEffects.cpp')
-rw-r--r--src/game/SpellAuraEffects.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/SpellAuraEffects.cpp b/src/game/SpellAuraEffects.cpp
index 14161feac2e..1492d586943 100644
--- a/src/game/SpellAuraEffects.cpp
+++ b/src/game/SpellAuraEffects.cpp
@@ -5681,6 +5681,13 @@ void AuraEffect::HandleAuraDummy(AuraApplication const * aurApp, uint8 mode, boo
target->RemoveAurasDueToSpell(spellId);
break;
}
+ // Tag Murloc
+ case 30877:
+ {
+ // Tag/untag Blacksilt Scout
+ target->SetEntry(apply ? 17654 : 17326);
+ break;
+ }
//Summon Fire Elemental
case 40133:
{