Fixed NoNearNPC flag (#8487)

Fixes #8471

Thanks to @xVaan
This commit is contained in:
Lemongrass3110 2024-07-03 16:02:22 +02:00 committed by GitHub
parent 1d8dec4b72
commit 2206d1a960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24142,8 +24142,8 @@ uint64 SkillDatabase::parseBodyNode(const ryml::NodeRef& node) {
}
}
if (this->nodeExists(node, "NoNearNpc")) {
const auto& npcNode = node["NoNearNpc"];
if (this->nodeExists(node, "NoNearNPC")) {
const auto& npcNode = node["NoNearNPC"];
if (this->nodeExists(npcNode, "AdditionalRange")) {
uint16 range;