diff options
author | offl <offl@users.noreply.github.com> | 2020-09-09 18:30:04 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-09-09 18:30:04 +0300 |
commit | 6b10f0cfd41201565de3b5fb5295a3566bbafb05 (patch) | |
tree | 9b51517eda27f276c4f8401a9d4b239c4d2e53f7 | |
parent | aba07047a05fc46e5904f3084b6351850188f9b4 (diff) |
DB/Creature: Add missing extra flag to Grauf in heroic mode
Ref dad187615df603ad8614531a0ec84c1a5e136838
-rw-r--r-- | sql/updates/world/3.3.5/2020_09_09_08_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_09_08_world.sql b/sql/updates/world/3.3.5/2020_09_09_08_world.sql new file mode 100644 index 00000000000..23c5dd7bec2 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_09_08_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra` = `flags_extra`|512 WHERE `entry` = 30775; |