Trinity Revision: 9cc7f25b9ab0+ Database Version: TDB 335.11.40
AH bot
Tested:Yes
This npc is suppose to be attackable was faction 35, this is my fix:
-- NPC 32361 Icehorn changed faction from friendly
UPDATE `creature_template` SET `faction_A` = 14, `faction_H` = 14 WHERE `entry` =32361;[/sql]
Trinity Revision: 9cc7f25b9ab0+ Database Version: TDB 335.11.40
AH bot
Tested: Yes
This Npc is suppose to be attackable faction was 35, this is my fix:
-- NPC 32386 Vigdis the War Maiden changed faction from friendly
UPDATE `creature_template` SET `faction_A` = 1885, `faction_H` = 1885 WHERE `entry` =32386;[/sql]
Trinity Revision: 9cc7f25b9ab0+ Database Version: TDB 335.11.40
AH bot
Tested: Yes
This Npc is suppose to be attackable faction was 35, this is my fix:
-- NPC32501 High Thane Jorfus changed faction from friendly to undead
UPDATE `creature_template` SET `faction_A` = 21, `faction_H` =21 WHERE `entry` =32501;[/sql]
Trinity Revision: 9cc7f25b9ab0+ Database Version: TDB 335.11.40
AH bot
Tested: Yes
This Npc is suppose to be attackable faction was 35, this is my fix:
-- NPC 32438 Syreian the bonecarver changed faction from friendly
UPDATE `creature_template` SET `faction_A` = 1885, `faction_H` = 1885 WHERE `entry` =32438;[/sql]
source(s) for the factions have to be mentioned
For the most part I looked in our db to find like npcs, also wowhead archive if they referred to a npc that is “same as” I looked in the db to see what it s faction was.
Bug Confirmed, but on all Rare NPC’s. not only on icehorn
32358,32361,32357,32409,32417, 32400, 38453, 32422, 32429, 32438, 32398, 32377, 32386, 32501, 32495, 32487, 32481, 32485, 32500, 32475
These ids are friendly and have faction 35
I will be looking at these more closely and try to get them fixed.