mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
[Command] Enable to cancel self command
This commit is contained in:
@@ -191,7 +191,7 @@ PlayerbotAI::~PlayerbotAI()
|
||||
delete aiObjectContext;
|
||||
|
||||
if (bot)
|
||||
sPlayerbotsMgr->RemovePlayerBotData(bot->GetGUID());
|
||||
sPlayerbotsMgr->RemovePlayerBotData(bot->GetGUID(), true);
|
||||
}
|
||||
|
||||
void PlayerbotAI::UpdateAI(uint32 elapsed, bool minimal)
|
||||
|
||||
Reference in New Issue
Block a user