aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-01-02 19:10:48 +0100
committerTreeston <treeston.mmoc@gmail.com>2018-01-02 19:10:48 +0100
commit7570bf4d4a736b6c6f0c6429f0e07c5dc109ed9e (patch)
tree3ce7d334deec8b6fd7a81718cfeb5047ce4a955b
parentf76dd2f4ab8b556550b8ecb9b37cd653bd5ae5d4 (diff)
DB/Creature: Remove a stray CIVILIAN flag from Cabal Agent. Tagging #19998.
-rw-r--r--sql/updates/world/3.3.5/2018_01_02_07_world.sql2
1 files changed, 2 insertions, 0 deletions
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;