DB/Creatures: Fixed some screwed up / hacked up factions (25013,25014 and 'The Assurance','The Cloudkisser','The Bravery' creatures)

This commit is contained in:
Malcrom
2011-05-24 15:24:43 +02:00
committed by ZxBiohazardZx
parent ea6327ed76
commit 3518211c19

View File

@@ -0,0 +1,3 @@
-- Fix some screwed up / hacked up factions
UPDATE `creature_template` SET `faction_H`=`faction_A` WHERE `subname` IN ('The Assurance','The Cloudkisser','The Bravery');
UPDATE `creature_template` SET `faction_H`=`faction_A` WHERE `entry` IN (25013,25014);