mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna fix typo
This commit is contained in:
@@ -40,7 +40,7 @@ namespace LuaCreature
|
|||||||
|
|
||||||
int IsTargetableForAttack(lua_State* L, Creature* creature)
|
int IsTargetableForAttack(lua_State* L, Creature* creature)
|
||||||
{
|
{
|
||||||
bool inversAlive = Eluna::CHECKOBJ<bool>(L, 2);
|
bool inversAlive = Eluna::CHECKVAL<bool>(L, 2);
|
||||||
|
|
||||||
#ifdef MANGOS
|
#ifdef MANGOS
|
||||||
Eluna::Push(L, creature->IsTargetableForAttack(inversAlive));
|
Eluna::Push(L, creature->IsTargetableForAttack(inversAlive));
|
||||||
|
|||||||
Reference in New Issue
Block a user