mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Clean-up Eluna lock macro.
This commit is contained in:
@@ -459,5 +459,5 @@ template<> WorldObject* Eluna::CHECKOBJ<WorldObject>(lua_State* L, int narg, boo
|
||||
template<> ElunaObject* Eluna::CHECKOBJ<ElunaObject>(lua_State* L, int narg, bool error);
|
||||
|
||||
#define sEluna Eluna::GEluna
|
||||
#define ELUNA_LOCK(E) Eluna::Guard __guard(Eluna::lock);
|
||||
#define LOCK_ELUNA Eluna::Guard __guard(Eluna::lock)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user