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;