[8063] Fix summon water elemental.

Summon type changed in 3.1.0.

Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
bobaz 2009-06-21 15:05:18 +02:00 committed by hunuza
parent 17a82a063e
commit d49d7e74f9
4 changed files with 4 additions and 1 deletions

View file

@ -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;