mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-03 10:53:48 +00:00
Rogue bots can unlock items in their bags and in the trade window (#1055)
This commit is contained in:
17
src/strategy/actions/TradeStatusExtendedAction.h
Normal file
17
src/strategy/actions/TradeStatusExtendedAction.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef _PLAYERBOT_TRADESTATUSEXTENDEDACTION_H
|
||||
#define _PLAYERBOT_TRADESTATUSEXTENDEDACTION_H
|
||||
|
||||
#include "QueryItemUsageAction.h"
|
||||
|
||||
class Player;
|
||||
class PlayerbotAI;
|
||||
|
||||
class TradeStatusExtendedAction : public QueryItemUsageAction
|
||||
{
|
||||
public:
|
||||
TradeStatusExtendedAction(PlayerbotAI* botAI) : QueryItemUsageAction(botAI, "trade status extended") {}
|
||||
|
||||
bool Execute(Event event) override;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user