mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
Merge remote branch 'origin/master' into 330
This commit is contained in:
commit
9a0545cd05
6 changed files with 60 additions and 6 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue