Migrate spawn tables [skip ci]

This commit is contained in:
Akkadius
2020-03-12 00:00:39 -05:00
parent 9048265283
commit 286c08b8d5
13 changed files with 64 additions and 61 deletions
+1 -1
View File
@@ -871,7 +871,7 @@ void Mob::MakeAura(uint16 spell_id)
return;
}
const auto base = database.LoadNPCTypesData(record.npc_type);
const auto base = content_db.LoadNPCTypesData(record.npc_type);
if (base == nullptr) {
Message(Chat::Red, "Unable to load NPC data for aura %s", spells[spell_id].teleport_zone);
LogError(