DB/NPCs: Fix faction of npc 27497. Fixes quest 12300.

This commit is contained in:
RedSonja
2011-06-17 21:50:27 +01:00
committed by Nay
parent ad2e1df6b0
commit 5f0b978421

View File

@@ -0,0 +1,2 @@
-- NPC Captured trapper for Q 12300 Test of Mettle
UPDATE `creature_template` SET `faction_A`=35,`faction_H`=35 WHERE `entry`=27497;