aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Spells/spell_druid.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/scripts/Spells/spell_druid.cpp b/src/server/scripts/Spells/spell_druid.cpp
index a195e0520fc..e26bd2406dd 100644
--- a/src/server/scripts/Spells/spell_druid.cpp
+++ b/src/server/scripts/Spells/spell_druid.cpp
@@ -337,9 +337,6 @@ class spell_dru_starfall_dummy : public SpellScriptLoader
void HandleDummy(SpellEffIndex /* effIndex */)
{
- if (GetTriggeringSpell())
- sLog->outString("triggering spell = %u",GetTriggeringSpell()->Id);
-
Unit* caster = GetCaster();
// Shapeshifting into an animal form or mounting cancels the effect
if (caster->GetCreatureType() == CREATURE_TYPE_BEAST || caster->IsMounted())