aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQAston <none@none>2010-02-23 23:43:11 +0100
committerQAston <none@none>2010-02-23 23:43:11 +0100
commitdda62c5b5a254eff6151926b8fece7e7792b490f (patch)
tree94b39cb2168633efc9d1df58a294d4833e34a606
parent002a0500f9f9e15641f4a4a1b5e13b9e61053ed4 (diff)
*Fish feast code update after client switch
--HG-- branch : trunk
-rw-r--r--src/game/SpellEffects.cpp38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 6a0ffebfea4..22291ff78fd 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -1387,25 +1387,6 @@ void Spell::EffectDummy(uint32 i)
m_caster->CastSpell(m_caster, 54586, true);
return;
}
- // Great Feast
- case 57337:
- {
- if (!unitTarget)
- return;
-
- unitTarget->CastSpell(unitTarget, 58067, true);
- break;
- }
- //Fish Feast
- case 57397:
- {
- if (!unitTarget)
- return;
-
- unitTarget->CastSpell(unitTarget, 58648, true);
- unitTarget->CastSpell(unitTarget, 57398, true);
- break;
- }
case 58418: // Portal to Orgrimmar
case 58420: // Portal to Stormwind
return; // implemented in EffectScript[0]
@@ -5527,6 +5508,25 @@ void Spell::EffectScriptEffect(uint32 effIndex)
unitTarget->CastSpell(unitTarget, 58477, true);
break;
}
+ // Great Feast
+ case 57337:
+ {
+ if (!unitTarget)
+ return;
+
+ unitTarget->CastSpell(unitTarget, 58067, true);
+ break;
+ }
+ //Fish Feast
+ case 57397:
+ {
+ if (!unitTarget)
+ return;
+
+ unitTarget->CastSpell(unitTarget, 58648, true);
+ unitTarget->CastSpell(unitTarget, 57398, true);
+ break;
+ }
case 58941: // Rock Shards
if(unitTarget && m_originalCaster)
{