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 c9979c17..51484d3a 100644
--- a/src/script.c
+++ b/src/script.c
@@ -234,14 +234,6 @@ void init_lua_init()
exec_lua(format("finish_school(%d)", i));
}
- /* Finish up the spells */
- max = exec_lua("return __tmp_spells_num");
- init_spells(max);
- for (i = 0; i < max; i++)
- {
- exec_lua(format("finish_spell(%d)", i));
- }
-
/* Finish up the corruptions */
init_corruptions();
}