mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-22 21:16:24 +00:00
fix loot
This commit is contained in:
@@ -19,6 +19,7 @@ class LootAction : public MovementAction
|
||||
LootAction(PlayerbotAI* botAI) : MovementAction(botAI, "loot") { }
|
||||
|
||||
bool Execute(Event event) override;
|
||||
bool isUseful() override;
|
||||
};
|
||||
|
||||
class OpenLootAction : public MovementAction
|
||||
|
||||
Reference in New Issue
Block a user