forked from github/server
remove debug code
This commit is contained in:
parent
6746401330
commit
4bcaaa5f79
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ function test_fetch_astral()
|
||||||
assert_equal(12, u1.aura)
|
assert_equal(12, u1.aura)
|
||||||
assert_equal(1, f:count_msg_type('spellfail_astralonly'), 'astral space')
|
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')
|
u2.region = u2.region:get_astral('fog')
|
||||||
process_orders()
|
process_orders()
|
||||||
assert_equal(0, u1.aura)
|
assert_equal(0, u1.aura)
|
||||||
|
|
Loading…
Reference in a new issue