mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Spells: Fixed gcc-4.7.x compile
This commit is contained in:
@@ -690,6 +690,8 @@ class Spell
|
||||
// Targets store structures and data
|
||||
struct TargetInfo
|
||||
{
|
||||
// a bug in gcc-4.7 needs a destructor to call move operator instead of copy operator in std::vector remove
|
||||
~TargetInfo() { }
|
||||
ObjectGuid targetGUID;
|
||||
uint64 timeDelay;
|
||||
SpellMissInfo missCondition:8;
|
||||
|
||||
Reference in New Issue
Block a user