[8862] Revert "[8859] fixed bug which allowed to loot items multiple times"

This reverts commit 47c743890e671d8f29a8a71e7a08e5d523f1c070.

bug wasn't fixed through this commit.. also those checks were wrong

in future it should work totaly different:
when lootwindow is opened the items must already be destroyed
moving items on the stack should be allowed
thx to seizerkiller for testing..

in this commit i just check if the item which should get moved
is getting looted
in Item::swap and guildbank this is already checked..
only the check at moving to own bank was missing
This commit is contained in:
balrok 2009-11-22 23:53:56 +01:00
parent 5b6c4b24d6
commit a1dc4d3263
2 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8861"
#define REVISION_NR "8862"
#endif // __REVISION_NR_H__