summaryrefslogtreecommitdiff
path: root/src/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/script.c')
-rw-r--r--src/script.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/script.c b/src/script.c
index 51484d3a..4d066a58 100644
--- a/src/script.c
+++ b/src/script.c
@@ -226,14 +226,6 @@ void init_lua_init()
/* Load the first lua file */
tome_dofile_anywhere(ANGBAND_DIR_CORE, "init.lua", TRUE);
- /* Finish up schools */
- max = exec_lua("return __schools_num");
- init_schools(max);
- for (i = 0; i < max; i++)
- {
- exec_lua(format("finish_school(%d)", i));
- }
-
/* Finish up the corruptions */
init_corruptions();
}