Merge remote branch 'origin/master' into 330

This commit is contained in:
tomrus88 2010-04-04 15:50:18 +04:00
commit 9a0545cd05
6 changed files with 60 additions and 6 deletions

View file

@ -1282,6 +1282,7 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
case 51026: // Create Drakkari Medallion Cover
case 51592: // Pickup Primordial Hatchling
case 51961: // Captured Chicken Cover
case 55364: // Create Ghoul Drool Cover
{
if (!unitTarget || unitTarget->GetTypeId() != TYPEID_UNIT || m_caster->GetTypeId() != TYPEID_PLAYER)
return;
@ -1295,6 +1296,7 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
case 51026: spellId = 50737; break;
case 51592: spellId = 51593; break;
case 51961: spellId = 51037; break;
case 55364: spellId = 55363; break;
}
if (const SpellEntry *pSpell = sSpellStore.LookupEntry(spellId))