[wpdev-commits] xmlscripts/scripts/system loot.py,1.15,1.16
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-03 16:03:15
|
Update of /cvsroot/wpdev/xmlscripts/scripts/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12567/system Modified Files: loot.py Log Message: Fix for bug #0000266 Index: loot.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/loot.py,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** loot.py 10 Aug 2004 13:44:33 -0000 1.15 --- loot.py 3 Sep 2004 16:03:04 -0000 1.16 *************** *** 500,504 **** # def onDeath(char, killer, corpse): ! if char.player: return --- 500,504 ---- # def onDeath(char, killer, corpse): ! if char.player or char.summoned: return |