SkyFireArchives / SkyFireDB

This Repository will no longer be updated. Download here.
http://www.projectskyfire.org/index.php?/files/file/1-skyfiredb-release11zip/
GNU General Public License v3.0
100 stars 52 forks source link

Some Npc agresives are friendly :( #189

Open LKArthas opened 12 years ago

LKArthas commented 12 years ago

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 12 years ago

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...