[wpdev-commits] wolfpack ChangeLog,1.52,1.53 dragdrop.cpp,1.243,1.244
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-14 04:40:40
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5658 Modified Files: ChangeLog dragdrop.cpp Log Message: Index: dragdrop.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/dragdrop.cpp,v retrieving revision 1.243 retrieving revision 1.244 diff -C2 -d -r1.243 -r1.244 *** dragdrop.cpp 28 Aug 2004 14:42:04 -0000 1.243 --- dragdrop.cpp 14 Sep 2004 04:40:31 -0000 1.244 *************** *** 618,621 **** --- 618,626 ---- pItem->moveTo( pos ); pItem->update(); + + // Play Sounds for non gold items + if (pItem->id() != 0xEED) { + pItem->soundEffect(0x42); + } } Index: ChangeLog =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** ChangeLog 14 Sep 2004 04:20:23 -0000 1.52 --- ChangeLog 14 Sep 2004 04:40:31 -0000 1.53 *************** *** 15,18 **** --- 15,19 ---- - Added the option "Enable Felucca Season" to the "General" group of the wolfpack.xml configuration file. If enabled the desolation season will be sent to players on the felucca facet. + - Fixed bug #0000253. (Invalid drop sound for items dropped to ground) Wolfpack 12.9.10 Beta (10. September 2004) |