summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index 89680fde5..f29e315e0 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -1158,6 +1158,7 @@ DEF_CONSOLE_CMD(ConRescanAI)
}
AI::Rescan();
+ InvalidateWindowData(WC_AI_LIST, 0, 1);
return true;
}