Merge pull request #755 from sihensel/faction_922

Silt Crawlers should be neutral towards players
This commit is contained in:
Grimfeather
2025-09-21 17:14:55 +02:00
committed by GitHub

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;