mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[8063] Fix summon water elemental.
Summon type changed in 3.1.0. Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
parent
17a82a063e
commit
d49d7e74f9
4 changed files with 4 additions and 1 deletions
|
|
@ -4232,6 +4232,7 @@ SpellCastResult Spell::CheckCast(bool strict)
|
|||
case SUMMON_TYPE_POSESSED2:
|
||||
case SUMMON_TYPE_DEMON:
|
||||
case SUMMON_TYPE_SUMMON:
|
||||
case SUMMON_TYPE_ELEMENTAL:
|
||||
{
|
||||
if(m_caster->GetPetGUID())
|
||||
return SPELL_FAILED_ALREADY_HAVE_SUMMON;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue