Changeset 229 for trunk/src/game/ItemHandler.cpp
- Timestamp:
- 11/19/08 13:48:34 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/ItemHandler.cpp
r207 r229 556 556 else 557 557 { 558 // prevent sell more items that exist in stack (poss able only not from client)558 // prevent sell more items that exist in stack (possible only not from client) 559 559 if(count > pItem->GetCount()) 560 560 { … … 1028 1028 } 1029 1029 1030 if(item==gift) // not poss able with pacjket from real client1030 if(item==gift) // not possible with pacjket from real client 1031 1031 { 1032 1032 _player->SendEquipError( EQUIP_ERR_WRAPPED_CANT_BE_WRAPPED, item, NULL );