From 4bcaaa5f793899bf0f20998bd17893a8c5e69083 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 7 May 2018 20:24:59 +0200 Subject: [PATCH] remove debug code --- scripts/tests/e2/astral.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/tests/e2/astral.lua b/scripts/tests/e2/astral.lua index 0764f6c56..efed6345f 100644 --- a/scripts/tests/e2/astral.lua +++ b/scripts/tests/e2/astral.lua @@ -39,8 +39,6 @@ function test_fetch_astral() assert_equal(12, u1.aura) assert_equal(1, f:count_msg_type('spellfail_astralonly'), 'astral space') - u1.name = 'Xolgrim' - u1.aura = 12 -- 2 Aura pro Stufe u2.region = u2.region:get_astral('fog') process_orders() assert_equal(0, u1.aura)