http://www.wowhead.com/npc=25281/heldgarr-steelbeard
should be able to cast shoot (see wowhead screenshot rev.)
http://www.wowhead.com/spell=45425/shoot (Effect: Dummy, Server-side script)
http://www.wowhead.com/npc=25281/heldgarr-steelbeard#screenshots:id=282675

Fix:
DELETE FROM `disables` WHERE `entry`= 45425;
INSERT INTO `disables` (`sourceType`,`entry`,`flags`,`params_0`,`params_1`,`comment`) VALUES
(0, 45425, 64, '', '', 'Ignore LOS for Shoot (Dummy)');
@starrheld
please open a PR to submit fixes
@Rushor Sorry forgot, edited :dagger:
Most helpful comment
my fix lol https://github.com/TrinityCore/TrinityCore/issues/18937