aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerrorBringer <TerrorBringer@users.noreply.github.com>2019-09-12 15:47:16 +0200
committerKillyana <morphone1@gmail.com>2019-09-12 15:47:16 +0200
commitb6c2baf5f690794fb4a8de930f0047e4373c39fb (patch)
tree0a4d5588e842dc08703c67b8fdeb169f2fbf8632
parentb98f858cd2976804ef75e2fd90b4bb914eb7eb71 (diff)
DB/Creature: O'Mally's Instrument Bunny
Closes #23790
-rw-r--r--sql/updates/world/3.3.5/2019_09_12_01_world.sql2
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;