From 95f49c60c045cccc159acd79a898ea5c06bdd8bd Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 27 Jan 2014 11:49:00 +0100 Subject: DB/Creature: Fix some factions Updates #11501 --- sql/updates/world/2014_01_27_10_world_creature_template.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2014_01_27_10_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2014_01_27_10_world_creature_template.sql b/sql/updates/world/2014_01_27_10_world_creature_template.sql new file mode 100644 index 00000000000..6a47eb02805 --- /dev/null +++ b/sql/updates/world/2014_01_27_10_world_creature_template.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `faction_A` = 534, `faction_H` = 534 WHERE `entry` IN (37497,37603,37604); -- Sniff shows faction 534 for mobs 37496,37497 +UPDATE `creature_template` SET `faction_A` = 57, `faction_H` = 57 WHERE `entry` = 37281; -- Sniff shows faction 57 for mob 14188 +UPDATE `creature_template` SET `faction_A` = 21, `faction_H` = 21 WHERE `entry` = 37638; -- Sniff shows faction 21 for mob 36830 +UPDATE `creature_template` SET `faction_A` = 74, `faction_H` = 74 WHERE `entry` IN (19897,19899); -- Sniff shows faction 74 for mobs 18176, 18179 -- cgit v1.2.3