From a11f1b1f91d8a8ca0558c9992ac6309339c29eeb Mon Sep 17 00:00:00 2001 From: Nyeriah Date: Sun, 28 Dec 2014 20:57:26 -0200 Subject: DB/Creature: Add trigger and civilian flags to the other difficulty entries of the Combustion trigger --- sql/updates/world/2014_12_28_06_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_12_28_06_world.sql (limited to 'sql') 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); -- cgit v1.2.3