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/shared/Database/DBCStructure.h | |
parent | 2106e9f25773fe5c9e376057e6c4703210c0b2fb (diff) |
*Summon all creatures by summon properties.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStructure.h')
-rw-r--r-- | src/shared/Database/DBCStructure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Database/DBCStructure.h b/src/shared/Database/DBCStructure.h index bc44caa8127..15a23211869 100644 --- a/src/shared/Database/DBCStructure.h +++ b/src/shared/Database/DBCStructure.h @@ -1426,7 +1426,7 @@ struct SummonPropertiesEntry { uint32 Id; // 0 uint32 Category; // 1, 0 - can't be controlled?, 1 - something guardian?, 2 - pet?, 3 - something controllable?, 4 - taxi/mount? - uint32 Unk2; // 2, 14 rows > 0 + uint32 Faction; // 2, 14 rows > 0 uint32 Type; // 3, see enum uint32 Slot; // 4, 0-6 uint32 Flags; // 5 |