mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna remove unused method bodies, Rename method bodies correctly, enable some methods implemented on mangos and TC already..
This commit is contained in:
@@ -29,7 +29,7 @@ namespace LuaSpell
|
||||
return 1;
|
||||
}
|
||||
|
||||
int GetId(lua_State* L, Spell* spell)
|
||||
int GetEntry(lua_State* L, Spell* spell)
|
||||
{
|
||||
Eluna::Push(L, spell->m_spellInfo->Id);
|
||||
return 1;
|
||||
@@ -112,7 +112,7 @@ namespace LuaSpell
|
||||
return 0;
|
||||
}
|
||||
|
||||
int cancel(lua_State* /*L*/, Spell* spell)
|
||||
int Cancel(lua_State* /*L*/, Spell* spell)
|
||||
{
|
||||
spell->cancel();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user