Core/Spells: removed unused variable (fix compile warning)

This commit is contained in:
MitchesD
2015-07-04 21:02:27 +02:00
parent b08b3b93e2
commit b01a9b93be

View File

@@ -2507,7 +2507,6 @@ void SpellMgr::LoadPetDefaultSpells()
mPetDefaultSpellsMap.clear();
uint32 countCreature = 0;
uint32 countData = 0;
TC_LOG_INFO("server.loading", "Loading summonable creature templates...");
oldMSTime = getMSTime();