mirror of
https://github.com/araxiaonline/mod-eluna.git
synced 2026-06-13 03:02:27 -04:00
tweaks to auction house menu
This commit is contained in:
@@ -2475,9 +2475,9 @@ namespace LuaPlayer
|
||||
*
|
||||
* @param [Unit] sender
|
||||
*/
|
||||
int SendAuctionMenu(lua_State* L, Player* player)
|
||||
int SendAuctionMenu(lua_State* L, Player* /*player*/)
|
||||
{
|
||||
Unit* unit = Eluna::CHECKOBJ<Unit>(L, 2);
|
||||
Eluna::CHECKOBJ<Unit>(L, 2);
|
||||
|
||||
#if defined TRINITY || AZEROTHCORE
|
||||
// AuctionHouseEntry const* ahEntry = AuctionHouseMgr::GetAuctionHouseFactionFromHouseId(static_cast<AuctionHouseId>(unit->GetFaction()));
|
||||
|
||||
Reference in New Issue
Block a user