mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
RoF+ Cursor Buffer SummonItem Initial Test Change
This commit is contained in:
@@ -9771,7 +9771,7 @@ void Client::Handle_OP_MoveItem(const EQApplicationPacket *app)
|
||||
}
|
||||
}
|
||||
|
||||
// Illegal bagslot useage checks. Currently, user only receives a message if this check is triggered.
|
||||
// Illegal bagslot usage checks. Currently, user only receives a message if this check is triggered.
|
||||
bool mi_hack = false;
|
||||
|
||||
if (mi->from_slot >= EmuConstants::GENERAL_BAGS_BEGIN && mi->from_slot <= EmuConstants::CURSOR_BAG_END) {
|
||||
@@ -9794,7 +9794,7 @@ void Client::Handle_OP_MoveItem(const EQApplicationPacket *app)
|
||||
}
|
||||
}
|
||||
|
||||
if (mi_hack) { Message(15, "Caution: Illegal use of inaccessable bag slots!"); }
|
||||
if (mi_hack) { Message(15, "Caution: Illegal use of inaccessible bag slots!"); }
|
||||
|
||||
if (!SwapItem(mi) && IsValidSlot(mi->from_slot) && IsValidSlot(mi->to_slot)) {
|
||||
SwapItemResync(mi);
|
||||
|
||||
Reference in New Issue
Block a user