Fix so quests are backed up and fixed after faction update (version was wrong)

This commit is contained in:
Noudess 2019-02-28 16:07:52 -05:00
parent aa9611d494
commit f89a0297b4

View File

@ -2215,7 +2215,7 @@ sub run_database_check {
modify_db_for_bots();
}
if ($val == 9137) {
if ($val == 9138) {
fix_quest_factions();
}
}