From 77889806916bb001fbf25c3472474977b2925831 Mon Sep 17 00:00:00 2001 From: Gacko Date: Mon, 21 Jan 2013 18:00:19 +0100 Subject: DB: Thuk the Defiant Set hostile to make Stasis Chambers of Bash'ir (10974) solvable. Solves #6422 --- sql/updates/world/2013_01_21_01_world_creature_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_01_21_01_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2013_01_21_01_world_creature_template.sql b/sql/updates/world/2013_01_21_01_world_creature_template.sql new file mode 100644 index 00000000000..d5bf4525ff6 --- /dev/null +++ b/sql/updates/world/2013_01_21_01_world_creature_template.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `faction_A`=14,`faction_H`=14 WHERE `entry`=22920; -- cgit v1.2.3