From 028ebc3a0c8a4491e7191db582a89b4ce5bb8034 Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Wed, 20 Dec 2023 09:01:54 -0600 Subject: [PATCH] [Bots] Remove unnecessary error on SetItemReuse (#3795) This error is not necessary as it can be triggered when clicked spells have secondary effects that run through the same spell checks for clicked items but aren't actually clicked by the item. Spells that trigger other spell effects and some Bard scaling songs could trigger this after the initial click. --- zone/spells.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/zone/spells.cpp b/zone/spells.cpp index 3e667e7d3..487411791 100644 --- a/zone/spells.cpp +++ b/zone/spells.cpp @@ -2765,9 +2765,6 @@ bool Mob::SpellFinished(uint16 spell_id, Mob *spell_target, CastingSlot slot, in CastToBot()->SetItemReuseTimer(item->ID); CastToBot()->SetIsUsingItemClick(false); } - else { - GetOwner()->Message(Chat::Red, "%s says, 'Failed to set item reuse timer for %s.", GetCleanName()); - } } if (IsNPC()) {