From 7570bf4d4a736b6c6f0c6429f0e07c5dc109ed9e Mon Sep 17 00:00:00 2001 From: Treeston Date: Tue, 2 Jan 2018 19:10:48 +0100 Subject: DB/Creature: Remove a stray CIVILIAN flag from Cabal Agent. Tagging #19998. --- sql/updates/world/3.3.5/2018_01_02_07_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_01_02_07_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2018_01_02_07_world.sql b/sql/updates/world/3.3.5/2018_01_02_07_world.sql new file mode 100644 index 00000000000..61e30a5dbe5 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_02_07_world.sql @@ -0,0 +1,2 @@ +-- 'Cabal Agent' is not a CIVILIAN +UPDATE `creature_template` SET `flags_extra`=`flags_extra`&(~2) WHERE `entry`=19503; -- cgit v1.2.3