From 79be4cd68cdd845f2d0c16af4e53af0b83568557 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Wed, 15 May 2019 22:51:01 +0200 Subject: [PATCH] DB/TotFW: added some immunities to Ravenous Creeper --- sql/updates/world/custom/custom_2019_05_15_05_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/custom/custom_2019_05_15_05_world.sql diff --git a/sql/updates/world/custom/custom_2019_05_15_05_world.sql b/sql/updates/world/custom/custom_2019_05_15_05_world.sql new file mode 100644 index 00000000000..ec359231a75 --- /dev/null +++ b/sql/updates/world/custom/custom_2019_05_15_05_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `mechanic_immune_mask`= 1 | 2 | 4 | 8388608 WHERE `entry` IN (45812, 50100, 50110, 50120);