Skip to content

Commit

Permalink
[12548] Remove effect for spell 64503
Browse files Browse the repository at this point in the history
Will be handled in script library. For details please check scriptdev2/scriptdev2@8502cdf
  • Loading branch information
xfurry committed Sep 14, 2013
1 parent 6de82a7 commit 1d39700
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/game/SpellEffects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8616,14 +8616,6 @@ void Spell::EffectScriptEffect(SpellEffectIndex eff_idx)
unitTarget->RemoveAuraHolderFromStack(64473);
return;
}
case 64503: // Water
{
if (!unitTarget || unitTarget->GetTypeId() == TYPEID_PLAYER || !unitTarget->HasAura(62373))
return;

unitTarget->CastSpell(unitTarget, 62381, true);
return;
}
case 66477: // Bountiful Feast
{
if (!unitTarget)
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12547"
#define REVISION_NR "12548"
#endif // __REVISION_NR_H__

0 comments on commit 1d39700

Please sign in to comment.