Core/Spells: Fixed gcc-4.7.x compile

This commit is contained in:
StormBytePP
2015-08-22 16:52:12 +02:00
parent 38fb704297
commit 595bb841a9

View File

@@ -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;