From 1b48c7b977b19f990b7f1389f48a0a45cdde9784 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 28 Jan 2014 08:09:20 +0100 Subject: DB/Creature: Fix some factions Updates #11501 --- sql/updates/world/2014_01_28_04_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_01_28_04_world_creature_template.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_01_28_04_world_creature_template.sql b/sql/updates/world/2014_01_28_04_world_creature_template.sql new file mode 100644 index 00000000000..ed8f6f0d5d3 --- /dev/null +++ b/sql/updates/world/2014_01_28_04_world_creature_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `faction_A`=1214, `faction_H`=1214 WHERE `entry` IN (13421,22609,31933); -- cgit v1.2.3