From b6c2baf5f690794fb4a8de930f0047e4373c39fb Mon Sep 17 00:00:00 2001 From: TerrorBringer Date: Thu, 12 Sep 2019 15:47:16 +0200 Subject: DB/Creature: O'Mally's Instrument Bunny Closes #23790 --- sql/updates/world/3.3.5/2019_09_12_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_09_12_01_world.sql (limited to 'sql') 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; -- cgit v1.2.3