Skip to content

Commit

Permalink
Fix spell 33240
Browse files Browse the repository at this point in the history
Stop the spam of console for unused or no such spell 33636
  • Loading branch information
talamortis committed Nov 8, 2020
1 parent 915b4d4 commit c68aba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/game/Spells/SpellMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2708,6 +2708,7 @@ void SpellMgr::LoadSpellCustomAttr()
spellInfo->EffectImplicitTargetA[EFFECT_0] = TARGET_DEST_TARGET_ANY;
spellInfo->EffectImplicitTargetA[EFFECT_1] = TARGET_DEST_TARGET_ANY;
spellInfo->EffectImplicitTargetA[EFFECT_2] = TARGET_DEST_TARGET_ANY;
spellInfo->EffectTriggerSpell[2] = 33241;
break;
case 34444: // Summon Khadgar's Servent
spellInfo->DurationIndex = 30;
Expand Down

0 comments on commit c68aba0

Please sign in to comment.