What's new

Bug: Quest: Aiding the Injured

Zotan

Gold Supporter
2
2018
0
Hello,

i think the factionID from the Injured Dranei was wrong.

Fix:
UPDATE `emucoach_world_v91_vip`.`creature_template` SET `faction_A`='1639', `faction_H`='1639' WHERE `entry`=16971;

That was not a Blizzlike fix but the quest works fine by me :)
 

ExO

Admin
5,119
2014
1,639
Thanks for the report!

Hello,

i think the factionID from the Injured Dranei was wrong.

Fix:
UPDATE `emucoach_world_v91_vip`.`creature_template` SET `faction_A`='1639', `faction_H`='1639' WHERE `entry`=16971;

That was not a Blizzlike fix but the quest works fine by me :)

Great input! I fixed it through unit_flags, seems like a more 'blizzlike' fix to me than changing the faction but that does the trick as well :)
 
Top