Core/Spells: Fixed warning

This commit is contained in:
Vincent-Michael
2016-05-10 19:57:20 +02:00
parent a0dacd90cb
commit cccdbf4755

View File

@@ -290,7 +290,7 @@ public:
return true;
}
bool Load()
bool Load() override
{
return GetCaster()->GetTypeId() == TYPEID_PLAYER;
}