diff options
| author | Jildor <Jildor @users.noreply.github.com> | 2020-08-02 19:07:35 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2020-08-02 19:07:35 +0300 |
| commit | 8f80951051c09de07abb0e1efde198d6f2a039e4 (patch) | |
| tree | 9f435a961af3f244f4e7c270f4cc78d61af045fe | |
| parent | 13a510f02fd9ce388f87ecc6309b231f44d3bf09 (diff) | |
DB/Creature: Obsidian Sanctum - Fire Cyclone shouldn't enter in combat
Closes #25113
| -rw-r--r-- | sql/updates/world/3.3.5/2020_08_02_13_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_02_13_world_335.sql b/sql/updates/world/3.3.5/2020_08_02_13_world_335.sql new file mode 100644 index 00000000000..9b02a38a660 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_02_13_world_335.sql @@ -0,0 +1,2 @@ +-- Obsidian Sanctum: Fire Cyclone +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x00002000 WHERE `entry`=30648; |
