mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 17:09:08 +00:00
debuff trigger and action, allow multiple spell
This commit is contained in:
@@ -97,7 +97,7 @@ void Queue::RemoveExpired()
|
||||
|
||||
if (ActionNode* action = basket->getAction())
|
||||
{
|
||||
LOG_DEBUG("playerbots", "Action {} is expired", action->getName().c_str());
|
||||
// LOG_DEBUG("playerbots", "Action {} is expired", action->getName().c_str());
|
||||
delete action;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user