Functions Clean Up - by Drethek

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-07-23 19:43:21 +02:00
parent 174458293a
commit 95b5da8cdf
5 changed files with 12 additions and 5 deletions

View File

@@ -4563,6 +4563,14 @@ void Spell::EffectScriptEffect(uint32 effIndex)
{
switch(m_spellInfo->Id)
{
// Dispelling Analysis
case 37028:
{
if (unitTarget->HasAura(36904))
unitTarget->RemoveAurasDueToSpell(36904);
return;
}
case 45204: // Clone Me!
case 41055: // Copy Weapon
case 45206: // Copy Off-hand Weapon