From 818430be79b6d1437e329e002344494b4b18e7ad Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 28 Jan 2014 06:03:26 +0100 Subject: [PATCH] DB/Creature: Fix some factions Updates #11501 --- sql/updates/world/2014_01_28_00_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_01_28_00_world_creature_template.sql diff --git a/sql/updates/world/2014_01_28_00_world_creature_template.sql b/sql/updates/world/2014_01_28_00_world_creature_template.sql new file mode 100644 index 0000000000..adb67b75ac --- /dev/null +++ b/sql/updates/world/2014_01_28_00_world_creature_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `faction_A` = 1216, `faction_H` = 1216 WHERE `entry` IN (13086,13317,22670,22732,31918,31949,37267);