diff options
author | Wyrserth <Wyrserth@users.noreply.github.com> | 2019-06-23 21:10:27 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-12 01:27:04 +0100 |
commit | 241d635c03083afb290e6ec36ea2b31189705a66 (patch) | |
tree | c11b59c5d237c5a97a1773f78b71fbee4355c157 | |
parent | bec268a235dfaf0b669221950d5c2b8e246d4222 (diff) |
DB/Creature: prevent NPC Geezle from being attackable
Closes #23470
(cherry picked from commit 976bc1149969b85697e9d54b852f9b557abbdc5d)
-rw-r--r-- | sql/updates/world/master/2021_12_11_38_world_2019_06_23_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_11_38_world_2019_06_23_01_world.sql b/sql/updates/world/master/2021_12_11_38_world_2019_06_23_01_world.sql new file mode 100644 index 00000000000..aeb0282436d --- /dev/null +++ b/sql/updates/world/master/2021_12_11_38_world_2019_06_23_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=256|512 WHERE `entry`=17318; |