[Pathing] More z-clip improvements, Wurm and Spectral Iksar race adjustments (#2988)

This commit is contained in:
Chris Miles
2023-02-24 20:27:28 -06:00
committed by GitHub
parent 0cbfad975d
commit e103422ca5
3 changed files with 13 additions and 3 deletions
+3
View File
@@ -159,6 +159,9 @@ NPC::NPC(const NPCType *npc_type_data, Spawn2 *in_respawn, const glm::vec4 &posi
if (race == RACE_LAVA_DRAGON_49) {
size = 5;
}
if (race == RACE_WURM_158) {
size = 15;
}
taunting = false;
proximity = nullptr;