What's new

Worgen wrong faction in Gilneas possible fix 7.0

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
The worgens (45481 45483) required for several quests in gilneas have the wrong alliance faction 35, Which also makes them friendly to horde.
I changed this to 1802 as i have no way of knowing which alliance faction to set them to. And it makes them friendly to alliance, But keeping the horde faction set to 16 makes them attackable for horde, Which is what we want.

UPDATE `creature_template` SET `faction_A` = 1802 WHERE `entry` = 45483;
UPDATE `creature_template` SET `faction_A` = 1802 WHERE `entry` = 45481;
 
Top