From 655435c84273007879ea94c83f7f13e8e25bf5cc Mon Sep 17 00:00:00 2001 From: Eddy Vega <61223313+Si1ker@users.noreply.github.com> Date: Fri, 28 Oct 2022 16:38:08 -0600 Subject: [PATCH] fix(DB/Creature): AQ40 taunt immunity (#13576) init Co-authored-by: Si1ker --- .../updates/pending_db_world/rev_1666968820839009500.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1666968820839009500.sql diff --git a/data/sql/updates/pending_db_world/rev_1666968820839009500.sql b/data/sql/updates/pending_db_world/rev_1666968820839009500.sql new file mode 100644 index 000000000..78844b30d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1666968820839009500.sql @@ -0,0 +1,7 @@ +-- + +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|256 WHERE entry IN ( +15517, -- Ouro +15275, -- Emperor Vek'nilash +15276); -- Emperor Vek'lor +