diff --git a/src/strategy/dungeons/wotlk/azjolnerub/AzjolNerubActions.cpp b/src/strategy/dungeons/wotlk/azjolnerub/AzjolNerubActions.cpp index 4cf1c83e..2bfe2723 100644 --- a/src/strategy/dungeons/wotlk/azjolnerub/AzjolNerubActions.cpp +++ b/src/strategy/dungeons/wotlk/azjolnerub/AzjolNerubActions.cpp @@ -25,7 +25,7 @@ bool AttackWebWrapAction::Execute(Event event) { return false; } - bot->Yell("ATTACKING WRAP", LANG_UNIVERSAL); + return Attack(webWrap); }