mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9251] Restore work spell 31687 and implement work glyph 50045.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
f444a6b9db
commit
f7b8f09bac
2 changed files with 9 additions and 1 deletions
|
|
@ -1402,6 +1402,14 @@ void Spell::EffectDummy(uint32 i)
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
case 31687: // Summon Water Elemental
|
||||||
|
{
|
||||||
|
if (m_caster->HasAura(70937)) // Glyph of Eternal Water (permanent limited by known spells version)
|
||||||
|
m_caster->CastSpell(m_caster, 70908, true);
|
||||||
|
else // temporary version
|
||||||
|
m_caster->CastSpell(m_caster, 70907, true);
|
||||||
|
return;
|
||||||
|
}
|
||||||
case 32826: // Polymorph Cast Visual
|
case 32826: // Polymorph Cast Visual
|
||||||
{
|
{
|
||||||
if (unitTarget && unitTarget->GetTypeId() == TYPEID_UNIT)
|
if (unitTarget && unitTarget->GetTypeId() == TYPEID_UNIT)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9250"
|
#define REVISION_NR "9251"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue