diff options
author | Nyeriah <sarah.trysan@live.com> | 2014-12-28 20:52:28 -0200 |
---|---|---|
committer | Nyeriah <sarah.trysan@live.com> | 2014-12-28 20:52:28 -0200 |
commit | 411e04811a7f9d8e51ebfc2752f96ec5f4c355dc (patch) | |
tree | a19db4737788bf6d240d99affa9fcad0cb2dfd1f | |
parent | d3e2918c57786800b8cbc63287f43f37111a6317 (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.sql | 2 |
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); |