aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuraEffects.cpp
diff options
context:
space:
mode:
authorAstellar <none@none>2010-01-10 22:37:31 +0300
committerAstellar <none@none>2010-01-10 22:37:31 +0300
commit40f70a8594a687dd25212b8def1f49f61be95d7a (patch)
tree314afd621a3440cdac4e64867c9f355d7c2a9be0 /src/game/SpellAuraEffects.cpp
parentef24d90472d979697d234a54510320edcdc9ae61 (diff)
Fixed quest Catch and Release, some fixes for Tag Murloc spell.
--HG-- branch : trunk
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:
{