From 6af2ad8743ee2bdf7476acc9a79f89cc245940ad Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Tue, 14 Apr 2009 13:57:06 +0400 Subject: [PATCH] [7669] Some lost commented code patch for currencies trading item move to empty slot. In fact it not change anything except GM item created trade: no currency items currently that not bind at picked up. --- src/game/Player.cpp | 2 -- src/shared/revision_nr.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 9f59951b..994783e8 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -9311,7 +9311,6 @@ uint8 Player::CanStoreItems( Item **pItems,int count) const if (b_found) continue; - /* until proper implementation if(pProto->BagFamily & BAG_FAMILY_MASK_CURRENCY_TOKENS) { for(uint32 t = CURRENCYTOKEN_SLOT_START; t < CURRENCYTOKEN_SLOT_END; ++t) @@ -9326,7 +9325,6 @@ uint8 Player::CanStoreItems( Item **pItems,int count) const } if (b_found) continue; - */ for(int t = INVENTORY_SLOT_BAG_START; !b_found && t < INVENTORY_SLOT_BAG_END; t++) { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 54ec963b..efef0de5 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7668" + #define REVISION_NR "7669" #endif // __REVISION_NR_H__ -- 2.11.4.GIT