mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
Scripts/Spells: Remove debug leftover from spell_dru_starfall_dummy
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user