fix this test until we support this feature again (should just fix the feature, but I need to run)

This commit is contained in:
Enno Rehling 2012-05-26 10:45:15 -07:00
parent 8ca04a02aa
commit 4160e01787
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ function test_spells()
nums = nums - 1
end
assert(nums==0)
else
elseif u.spells~=nil then
for sp in u.spells do
nums = nums + 1
end