mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
remove arena cooldowns and auras methods for mangos zero
This commit is contained in:
@@ -2657,6 +2657,7 @@ namespace LuaUnit
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if !defined(CLASSIC)
|
||||
/**
|
||||
* Removes all positive visible [Aura]'s from the [Unit].
|
||||
*/
|
||||
@@ -2665,6 +2666,7 @@ namespace LuaUnit
|
||||
unit->RemoveArenaAuras();
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Adds the given unit state for the [Unit].
|
||||
|
||||
Reference in New Issue
Block a user