Migrate tradeskills and traps [skip ci]

This commit is contained in:
Akkadius
2020-03-11 03:41:09 -05:00
parent df66c75df2
commit f5cba5ecab
5 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -557,6 +557,6 @@ void Trap::UpdateTrap(bool respawn, bool repopnow)
charid = 0;
if (respawn)
{
database.SetTrapData(this, repopnow);
content_db.SetTrapData(this, repopnow);
}
}