From 5838cc60ca7a22b59cb0a6924fa70c125ab5a753 Mon Sep 17 00:00:00 2001 From: Bobblybook Date: Mon, 7 Oct 2024 10:09:36 +1100 Subject: [PATCH] Remove debug #2 --- src/strategy/dungeons/wotlk/azjolnerub/AzjolNerubActions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }