diff options
author | megamage <none@none> | 2009-03-25 16:20:30 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-25 16:20:30 -0600 |
commit | ebf53a4820de1978a9ad8a6743255d72ae7592e0 (patch) | |
tree | e94cd2d951eb5ebb129a596bdc504753fb7822f1 /src/game/Object.cpp | |
parent | 2106e9f25773fe5c9e376057e6c4703210c0b2fb (diff) |
*Summon all creatures by summon properties.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Object.cpp')
-rw-r--r-- | src/game/Object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Object.cpp b/src/game/Object.cpp index 638c1390e14..2b15fb523b8 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -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; |