Some Npc agresives are friendly :(
Opened this issue · 1 comments
LKArthas commented
a small fix for Forsaken footsoldier http://www.wowhead.com/npc=36236
UPDATE creature_template
SET minlevel
=6, maxlevel
=7, faction_A
=68, faction_H
=68, mindmg
=8, maxdmg
=12 WHERE entry
=36236 LIMIT 1;
UPDATE creature_template
SET minlevel
=6, maxlevel
=7, faction_A
=68, faction_H
=68, mindmg
=8, maxdmg
=12 WHERE entry
=36810 LIMIT 1;
another fix for Dark Ranger Thyala http://www.wowhead.com/npc=36312
UPDATE creature_template
SET minlevel
=7, maxlevel
=7, faction_A
=68, faction_H
=68, mindmg
=20, maxdmg
=25 WHERE entry
=36312 LIMIT 1;
please review it
AriDEV commented
hack fix ... the faction is only for alliance... cause its in a phase for alliance not for horde by hacking it to undercity its wrong... Undead, Scourge would by the correct one...