diff options
| author | joschiwald <joschiwald.trinity@gmail.com> | 2014-04-14 21:12:05 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2014-04-14 21:12:05 +0200 |
| commit | 533cbf20bb20000ce8d20dfe376bd1b4d533b116 (patch) | |
| tree | 0ebb06206ca8986cf25f16d33d8be23d4ea6cf77 | |
| parent | b9a62115b17381a7e8371c1df1ebfd4a4165ac59 (diff) | |
Core/Spells: addition to b9a62115b17381a7e8371c1df1ebfd4a4165ac59
| -rw-r--r-- | src/server/scripts/Spells/spell_quest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp index f436803cb89..b9fd07293cd 100644 --- a/src/server/scripts/Spells/spell_quest.cpp +++ b/src/server/scripts/Spells/spell_quest.cpp @@ -2301,7 +2301,7 @@ class spell_q14100_q14111_make_player_destroy_totems : public SpellScriptLoader void HandleScriptEffect(SpellEffIndex /*effIndex*/) { if (Player* player = GetHitPlayer()) - player->CastSpell(player, SPELL_TOTEM_OF_THE_EARTHEN_RING, TriggerCastFlags(TRIGGERED_FULL_MASK & ~TRIGGERED_IGNORE_POWER_AND_REAGENT_COST)); + player->CastSpell(player, SPELL_TOTEM_OF_THE_EARTHEN_RING, TRIGGERED_FULL_MASK); // ignore reagent cost, consumed by quest } void Register() OVERRIDE |
