diff options
author | Nyeriah <sarah.trysan@live.com> | 2014-12-28 20:57:26 -0200 |
---|---|---|
committer | Nyeriah <sarah.trysan@live.com> | 2014-12-28 20:57:26 -0200 |
commit | a11f1b1f91d8a8ca0558c9992ac6309339c29eeb (patch) | |
tree | 49226916042336664dab137b48886f5e67769dad | |
parent | cd8e48a62fa4205b310ddfed8a769ce34e927cc9 (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_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_12_28_06_world.sql b/sql/updates/world/2014_12_28_06_world.sql new file mode 100644 index 00000000000..8a1b29a8169 --- /dev/null +++ b/sql/updates/world/2014_12_28_06_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); |