aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <Wyrserth@users.noreply.github.com>2019-06-23 21:10:27 +0200
committerKillyana <morphone1@gmail.com>2019-06-23 21:10:27 +0200
commit976bc1149969b85697e9d54b852f9b557abbdc5d (patch)
tree078deefc92d2afd9fab145956ad62aa63a56adda
parent6a4c381e865966dcc29b0e457af412883463a002 (diff)
DB/Creature: prevent NPC Geezle from being attackable
Closes #23470
-rw-r--r--sql/updates/world/3.3.5/2019_06_23_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_23_01_world.sql b/sql/updates/world/3.3.5/2019_06_23_01_world.sql
new file mode 100644
index 00000000000..aeb0282436d
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_06_23_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `unit_flags`=256|512 WHERE `entry`=17318;