aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNyeriah <sarah.trysan@live.com>2014-12-28 20:52:28 -0200
committerNyeriah <sarah.trysan@live.com>2014-12-28 20:52:28 -0200
commit411e04811a7f9d8e51ebfc2752f96ec5f4c355dc (patch)
treea19db4737788bf6d240d99affa9fcad0cb2dfd1f
parentd3e2918c57786800b8cbc63287f43f37111a6317 (diff)
DB/Creature: Add trigger and civilian flags to the other difficulty entries of the Combustion trigger
-rw-r--r--sql/updates/world/2014_12_28_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_12_28_04_world.sql b/sql/updates/world/2014_12_28_04_world.sql
new file mode 100644
index 00000000000..8a1b29a8169
--- /dev/null
+++ b/sql/updates/world/2014_12_28_04_world.sql
@@ -0,0 +1,2 @@
+-- Ruby Sanctum Combustion triggers
+UPDATE `creature_template` SET `flags_extra` = `flags_extra` |2|138 WHERE `entry` IN (40670, 40671, 40672);