diff options
author | TerrorBringer <TerrorBringer@users.noreply.github.com> | 2019-09-12 15:47:16 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-09-12 15:47:16 +0200 |
commit | b6c2baf5f690794fb4a8de930f0047e4373c39fb (patch) | |
tree | 0a4d5588e842dc08703c67b8fdeb169f2fbf8632 | |
parent | b98f858cd2976804ef75e2fd90b4bb914eb7eb71 (diff) |
DB/Creature: O'Mally's Instrument Bunny
Closes #23790
-rw-r--r-- | sql/updates/world/3.3.5/2019_09_12_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_09_12_01_world.sql b/sql/updates/world/3.3.5/2019_09_12_01_world.sql new file mode 100644 index 00000000000..e492c6cdb5a --- /dev/null +++ b/sql/updates/world/3.3.5/2019_09_12_01_world.sql @@ -0,0 +1,2 @@ +-- O'Mally's Instrument Bunny (entry: 22021) +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry`=22021; |