Silt Crawler should be neutral towards players

This commit is contained in:
Simon Hensel
2025-09-21 10:02:43 +02:00
parent d02012772f
commit ab702ba07c

View File

@@ -1475,7 +1475,7 @@ UPDATE `creature_template` SET `DamageModifier` = 1.05, `ArmorModifier` = 2.4 WH
UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=919;
/* Silt Crawler */
UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry`=922;
UPDATE `creature_template` SET `faction` = 7, `ArmorModifier` = 1.5 WHERE `entry`=922;
/* [UNUSED] Lesser Arachnid */
UPDATE `creature_template` SET `detection_range` = 18.0 WHERE `entry`=924;