Fix TC build

This commit is contained in:
Rochet2
2018-09-08 21:24:46 +03:00
parent a4ef7eeaec
commit eafc146405
3 changed files with 14 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright (C) 2010 - 2016 Eluna Lua Engine <http://emudevs.com/>
* This program is free software licensed under GPL version 3
* Please see the included DOCS/LICENSE.md for more information
@@ -328,7 +328,6 @@ ElunaRegister<Unit> UnitMethods[] =
{ "SetSheath", &LuaUnit::SetSheath },
{ "SetCreatorGUID", &LuaUnit::SetCreatorGUID },
{ "SetMinionGUID", &LuaUnit::SetPetGUID },
{ "SetCharmerGUID", &LuaUnit::SetCharmerGUID },
{ "SetPetGUID", &LuaUnit::SetPetGUID },
#if (!defined(TBC) && !defined(CLASSIC))
{ "SetCritterGUID", &LuaUnit::SetCritterGUID },