Core/Spells: Implemented SummonPropertiesFlags::UseDemonTimeout
Port From (https://github.com/TrinityCore/TrinityCore/commit/c15c8609f0b950804ce798369bd7c3f54b5ab221)
This commit is contained in:
@@ -2088,7 +2088,7 @@ namespace Framework.Constants
|
||||
DespawnOnSummonerDeath = 0x08, // NYI
|
||||
OnlyVisibleToSummoner = 0x10,
|
||||
CannotDismissPet = 0x20, // NYI
|
||||
UseDemonTimeout = 0x40, // NYI
|
||||
UseDemonTimeout = 0x40,
|
||||
UnlimitedSummons = 0x80, // NYI
|
||||
UseCreatureLevel = 0x100,
|
||||
JoinSummonerSpawnGroup = 0x200, // NYI
|
||||
|
||||
Reference in New Issue
Block a user