Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31229
Modified Files:
ChangeLog dragdrop.cpp
Log Message:
Index: dragdrop.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/dragdrop.cpp,v
retrieving revision 1.251
retrieving revision 1.252
diff -C2 -d -r1.251 -r1.252
*** dragdrop.cpp 3 Nov 2004 13:51:08 -0000 1.251
--- dragdrop.cpp 5 Nov 2004 00:57:08 -0000 1.252
***************
*** 474,477 ****
--- 474,483 ----
return;
+ // If the item is not dragged by us, dont even bother
+ if (pItem->container() != pChar) {
+ socket->bounceItem( pItem, BR_NO_REASON );
+ return;
+ }
+
P_ITEM iCont = FindItemBySerial( packet->cont() );
P_CHAR cCont = FindCharBySerial( packet->cont() );
Index: ChangeLog
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -C2 -d -r1.135 -r1.136
*** ChangeLog 4 Nov 2004 18:55:34 -0000 1.135
--- ChangeLog 5 Nov 2004 00:57:07 -0000 1.136
***************
*** 38,41 ****
--- 38,42 ----
- Added .reload muls and added a broadcast message to the reload commands.
- Fixed handling of a fixed z value for spawnregions.
+ - Fixed an exploit (dropping without dragging first)
Wolfpack 12.9.12 Beta (18. October 2004)
|