From ee6ad8d755f5c1fae56407ed7c05edc7553e6ae2 Mon Sep 17 00:00:00 2001 From: Eddy Vega <61223313+Si1ker@users.noreply.github.com> Date: Thu, 16 Jun 2022 05:44:41 -0600 Subject: [PATCH] fix(DB/creature_template): Hide 'Flame of Ragnaros' (#12040) init Co-authored-by: Si1ker --- data/sql/updates/pending_db_world/rev_1655079819870509800.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1655079819870509800.sql diff --git a/data/sql/updates/pending_db_world/rev_1655079819870509800.sql b/data/sql/updates/pending_db_world/rev_1655079819870509800.sql new file mode 100644 index 000000000..0184584fe --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1655079819870509800.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33554432,`flags_extra`=`flags_extra`|2 WHERE `entry`=13148; +