From 525d424b9a76459f3923b2d5cb805f18f426a1de Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Fri, 25 Apr 2025 12:44:08 +0200 Subject: [PATCH] Update vanilla_mechanic_immunity.sql missing space --- sql/world/base/vanilla_mechanic_immunity.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/world/base/vanilla_mechanic_immunity.sql b/sql/world/base/vanilla_mechanic_immunity.sql index 8b94034..9b08386 100644 --- a/sql/world/base/vanilla_mechanic_immunity.sql +++ b/sql/world/base/vanilla_mechanic_immunity.sql @@ -198,7 +198,7 @@ UPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = UPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4945; UPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4946; UPDATE `creature_template` SET `mechanic_immune_mask` = 617299803 WHERE `entry` = 4949; -UPDATE `creature_template` SET `mechanic_immune_mask` = 8405008WHERE `entry` = 4952; +UPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 4952; UPDATE `creature_template` SET `mechanic_immune_mask` = 617299803 WHERE `entry` = 4968; UPDATE `creature_template` SET `mechanic_immune_mask` = 16384 WHERE `entry` = 4978; UPDATE `creature_template` SET `mechanic_immune_mask` = 8405008 WHERE `entry` = 5202;