mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[9670] Add dummy effect of spell 55364.
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
7cb0edc272
commit
149cfbb3a6
2 changed files with 3 additions and 1 deletions
|
|
@ -1280,6 +1280,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;
|
||||
|
|
@ -1293,6 +1294,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))
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9669"
|
||||
#define REVISION_NR "9670"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue