From b5a07506c61983004b8c1d15a3e4d7fb173ce870 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 28 Jan 2014 01:43:53 +0100 Subject: DB/Creature: Fix some factions Updates #11501 --- sql/updates/world/2014_01_27_20_world_creature_template.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_01_27_20_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2014_01_27_20_world_creature_template.sql b/sql/updates/world/2014_01_27_20_world_creature_template.sql new file mode 100644 index 00000000000..86f8cca350c --- /dev/null +++ b/sql/updates/world/2014_01_27_20_world_creature_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `faction_A` = 1216, `faction_H` = 1216 WHERE `entry` IN (13331,13422,22588,22608,31932,32125); +UPDATE `creature_template` SET `faction_A` = 1214, `faction_H` = 1214 WHERE `entry` IN (13088,13316,22684,2273331950,32043,13332,22589,32126); -- cgit v1.2.3