]> git.pond.sub.org Git - empserver/commit - src/lib/commands/prod.c
Fix production command not to limit level production to 999
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 9 Aug 2008 13:03:03 +0000 (09:03 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 9 Aug 2008 13:03:03 +0000 (09:03 -0400)
commitc7d21441541b6fab0e2f11eb73c0e7c805123b43
tree5096134b7bd88c41318860c6b30353827819f251
parentaee8272d3dc094971d54f4af9e979ad848ed8dec
Fix production command not to limit level production to 999

Item production is limited to 999 units, level production is
unlimited.

Commit 0e721173 (v4.2.15) changed prod() from no limit to 999 units,
which fixed it for items, and broke it for levels.  Undo the change
for levels.
src/lib/commands/prod.c