diff options
| author | Aokromes <jipr@hotmail.com> | 2014-01-23 10:48:29 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2014-01-23 10:48:29 +0100 |
| commit | b53d9a7caa9cec159122c0082425c12f6c7d2c38 (patch) | |
| tree | d3a4b0403982206fd02a9e34e7307a4b0b33d9a3 | |
| parent | 2917c399946aa1893b52e8023fcb8eeb3b236d32 (diff) | |
DB/Creature: Fix for Tenebron Egg Controller
By untaught closes #11321
| -rw-r--r-- | sql/updates/world/2014_01_23_05_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_23_05_creature_template.sql b/sql/updates/world/2014_01_23_05_creature_template.sql new file mode 100644 index 00000000000..a35a6191ea4 --- /dev/null +++ b/sql/updates/world/2014_01_23_05_creature_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128|2 WHERE `entry` IN (31138,31550); |
