mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[8513] One from wild summons type support.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
a7c7de947f
commit
7c6f770d64
3 changed files with 3 additions and 1 deletions
|
|
@ -3301,6 +3301,7 @@ void Spell::EffectSummonType(uint32 i)
|
|||
EffectSummonGuardian(i);
|
||||
break;
|
||||
case SUMMON_TYPE_WILD:
|
||||
case SUMMON_TYPE_CREATURE:
|
||||
EffectSummonWild(i);
|
||||
break;
|
||||
case SUMMON_TYPE_DEMON:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue