aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2014-05-08 17:45:11 +0200
committerMitchesD <majklprofik@seznam.cz>2014-05-09 16:59:55 +0200
commiteabec73d98d6885c24dbabc9fe10f64fdd290adc (patch)
tree68b553dfe76539cefc2c585d69a27c0a18f6b89b /sql
parent5e4083bc456031aa3fdf2347fc040908e6264a45 (diff)
Scripts/Duskwood: prevention to spawn multiple Twilight Corrupter and fixed some issues there
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_05_09_02_world_creature_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_05_09_02_world_creature_template.sql b/sql/updates/world/2014_05_09_02_world_creature_template.sql
new file mode 100644
index 00000000000..5520ca5d6f8
--- /dev/null
+++ b/sql/updates/world/2014_05_09_02_world_creature_template.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `faction`=14 WHERE `entry`=15625;