[Bug] Fix blocked spells regression from #3638 (#3753)

Fixes #3747
This commit is contained in:
JJ 2023-12-10 21:40:06 -05:00 committed by GitHub
parent 45b249e33d
commit a222128599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2912,6 +2912,7 @@ bool ZoneDatabase::LoadBlockedSpells(int64 blocked_spells_count, ZoneSpellsBlock
into[i].m_Location = glm::vec3(e.x, e.y, e.z);
into[i].m_Difference = glm::vec3(e.x_diff, e.y_diff, e.z_diff);
strn0cpy(into[i].message, e.message.c_str(), sizeof(into[i].message));
i++;
}
return true;