From 976bc1149969b85697e9d54b852f9b557abbdc5d Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Sun, 23 Jun 2019 21:10:27 +0200 Subject: DB/Creature: prevent NPC Geezle from being attackable Closes #23470 --- sql/updates/world/3.3.5/2019_06_23_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_06_23_01_world.sql (limited to 'sql/updates') 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; -- cgit v1.2.3