aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-01-02 19:10:48 +0100
committerfunjoker <funjoker109@gmail.com>2021-05-06 07:06:27 +0200
commit6a33c93416547719e629d576da9b068278ebf771 (patch)
tree25e51b936b30b60e53abbf326a114e47e27deaf9
parentcfefd8dfc660116a362df8e09d47ca2ffaa98d01 (diff)
DB/Creature: Remove a stray CIVILIAN flag from Cabal Agent. Tagging #19998.
(cherry picked from commit 7570bf4d4a736b6c6f0c6429f0e07c5dc109ed9e)
-rw-r--r--sql/updates/world/master/2021_05_01_06_world_2018_01_02_07_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_05_01_06_world_2018_01_02_07_world.sql b/sql/updates/world/master/2021_05_01_06_world_2018_01_02_07_world.sql
new file mode 100644
index 00000000000..61e30a5dbe5
--- /dev/null
+++ b/sql/updates/world/master/2021_05_01_06_world_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;