rename trinity->acore also in luaengine

This commit is contained in:
ksklyarov
2019-11-19 01:04:19 +03:00
parent 8fe15b76a8
commit 91786703ab
2 changed files with 2 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ namespace LuaGlobalFunctions
#ifdef TRINITY
boost::shared_lock<boost::shared_mutex> lock(*HashMapHolder<Player>::GetLock());
#elif defined(AZEROTHCORE)
TRINITY_READ_GUARD(HashMapHolder<Player>::LockType, *HashMapHolder<Player>::GetLock());
ACORE_READ_GUARD(HashMapHolder<Player>::LockType, *HashMapHolder<Player>::GetLock());
#else
HashMapHolder<Player>::ReadGuard g(HashMapHolder<Player>::GetLock());
#endif