mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
Fixed compilation for vs 2013
This commit is contained in:
@@ -1088,7 +1088,7 @@ class ScriptMgr
|
||||
uint32 _scriptCount;
|
||||
|
||||
//atomic op counter for active scripts amount
|
||||
std::atomic_long _scheduledScripts;
|
||||
std::atomic<long> _scheduledScripts;
|
||||
};
|
||||
|
||||
template<class TScript>
|
||||
|
||||
Reference in New Issue
Block a user