Build fix

This commit is contained in:
Shauren
2015-03-18 11:47:30 +01:00
parent a7f78d9295
commit bba8555a29

View File

@@ -1142,7 +1142,7 @@ class ScriptMgr
uint32 _scriptCount;
//atomic op counter for active scripts amount
std::atomic_long _scheduledScripts;
std::atomic<uint32> _scheduledScripts;
};
#endif