aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2013-01-21 18:00:19 +0100
committerGacko <gacko28@gmx.de>2013-01-21 18:00:19 +0100
commit77889806916bb001fbf25c3472474977b2925831 (patch)
tree8d85b52f24b59fd4b4617d5cb16e840be3c3f3c9
parent367e1f7b2b2b2754ea9225af0e8f90cb5b315871 (diff)
DB: Thuk the Defiant
Set hostile to make Stasis Chambers of Bash'ir (10974) solvable. Solves #6422
-rw-r--r--sql/updates/world/2013_01_21_01_world_creature_template.sql1
1 files changed, 1 insertions, 0 deletions
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;