Azerothcore-wotlk: [NPC][WotlK] Heldgarr Steelbeard - Unable to cast shoot

Created on 25 Jan 2017  路  4Comments  路  Source: azerothcore/azerothcore-wotlk

Thanks to @Rushor!

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

Image of Heldgarr

Most helpful comment

All 4 comments

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:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fragcamp picture fragcamp  路  4Comments

cts17 picture cts17  路  3Comments

PolluxTroy0 picture PolluxTroy0  路  3Comments

FrancescoBorzi picture FrancescoBorzi  路  3Comments

fallen26 picture fallen26  路  3Comments