Give throwing boulders (misc/t_boulder.arc) object type 15 (weapon), this avoids this alert in the server logs: Query_cost: item boulder hasn't got a valid type
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@11291 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
4cd611df48
commit
1845395858
5
CHANGES
5
CHANGES
|
@ -1,5 +1,10 @@
|
||||||
Changes for SVN top of tree:
|
Changes for SVN top of tree:
|
||||||
|
|
||||||
|
misc/t_boulder.arc
|
||||||
|
Give throwing boulders object type 15 (weapon), this avoids this alert in
|
||||||
|
the server logs: "Query_cost: item boulder hasn't got a valid type"
|
||||||
|
Rick Tanner 2009-01-31
|
||||||
|
|
||||||
Lots of *.png (not listing all files because it is almost all *.png)
|
Lots of *.png (not listing all files because it is almost all *.png)
|
||||||
Losslessly recompress most all PNG images for smaller size to reduce the
|
Losslessly recompress most all PNG images for smaller size to reduce the
|
||||||
bandwidth needed for sending images to clients.
|
bandwidth needed for sending images to clients.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
Object t_boulder
|
Object t_boulder
|
||||||
race rock
|
race rock
|
||||||
name boulder
|
name boulder
|
||||||
|
type 15
|
||||||
face boulder.111
|
face boulder.111
|
||||||
nrof 1
|
nrof 1
|
||||||
weight 300000
|
weight 300000
|
||||||
|
|
Loading…
Reference in New Issue