mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
*Summon all creatures by summon properties.
--HG-- branch : trunk
This commit is contained in:
@@ -1650,7 +1650,7 @@ TempSummon *Map::SummonCreature(uint32 entry, float x, float y, float z, float a
|
||||
uint32 mask = SUMMON_MASK_SUMMON;
|
||||
if(properties)
|
||||
{
|
||||
if(properties->Category == SUMMON_CATEGORY_GUARDIAN
|
||||
if(properties->Category == SUMMON_CATEGORY_PET
|
||||
|| properties->Type == SUMMON_TYPE_GUARDIAN
|
||||
|| properties->Type == SUMMON_TYPE_MINION)
|
||||
mask = SUMMON_MASK_GUARDIAN;
|
||||
|
||||
Reference in New Issue
Block a user