mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix TC build, analysis warnings and triggering addon message hooks
This commit is contained in:
@@ -119,9 +119,9 @@ namespace ElunaUtil
|
||||
/*
|
||||
* Usage:
|
||||
* Inherit this class, then when needing lock, use
|
||||
* ReadGuard lock(_lock);
|
||||
* ReadGuard guard(GetLock());
|
||||
* or
|
||||
* WriteGuard lock(_lock);
|
||||
* WriteGuard guard(GetLock());
|
||||
*
|
||||
* The lock is automatically released at end of scope
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user