mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[9853] Add dummy effect of spell 61832
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
92d26dbebf
commit
7915d60765
2 changed files with 3 additions and 1 deletions
|
|
@ -1301,6 +1301,7 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
|||
case 51592: // Pickup Primordial Hatchling
|
||||
case 51961: // Captured Chicken Cover
|
||||
case 55364: // Create Ghoul Drool Cover
|
||||
case 61832: // Rifle the Bodies: Create Magehunter Personal Effects Cover
|
||||
{
|
||||
if (!unitTarget || unitTarget->GetTypeId() != TYPEID_UNIT || m_caster->GetTypeId() != TYPEID_PLAYER)
|
||||
return;
|
||||
|
|
@ -1315,6 +1316,7 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
|||
case 51592: spellId = 51593; break;
|
||||
case 51961: spellId = 51037; break;
|
||||
case 55364: spellId = 55363; break;
|
||||
case 61832: spellId = 47096; break;
|
||||
}
|
||||
|
||||
if (const SpellEntry *pSpell = sSpellStore.LookupEntry(spellId))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue