Fix build and SQL import after recent cherry picks

This commit is contained in:
DDuarte
2015-06-26 02:42:24 +01:00
parent aade16a2f4
commit 02df39f791
2 changed files with 6 additions and 6 deletions

View File

@@ -1078,7 +1078,7 @@ class npc_meteor_strike : public CreatureScript
_spawnCount += dataCount;
}
uint32 GetData(uint32 dataType) override
uint32 GetData(uint32 dataType) const override
{
if (dataType == DATA_SPAWNED_FLAMES)
return _spawnCount;