PDA

Просмотр полной версии : [8862] Revert "[8859] fixed bug which allowed to loot items multiple times"


newsbot
23.11.2009, 02:30
<pre>m src/game/Player.cpp
m src/shared/revision_nr.h

[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</pre>



Дальше... (http://github.com/mangos/mangos/commit/5006c3892658cd1ba8afbb4d168434a542d08e73)