Another small fix in distro script
Posted: Wed Aug 30, 2006 3:26 pm
097\Distro\pkg\mobiles\damage\include\damage.inc
Line 211
should be
Line 211
Code: Select all
if ( last_damage.acctname )
last_damage.+acctname := source.acctname;
endif
Code: Select all
if ( source.acctname )
last_damage.+acctname := source.acctname;
endif