mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Sorta hacky work around for doing nukeitem in item quests. Added lua bitop library. Made excluding io/os optional
This commit is contained in:
@@ -2683,9 +2683,6 @@ bool Client::BindWound(Mob* bindmob, bool start, bool fail){
|
||||
}
|
||||
// Send client bind done
|
||||
|
||||
//this is taken care of on start of bind, not finish now, and is improved
|
||||
//DeleteItemInInventory(m_inv.HasItem(13009, 1), 1, true);
|
||||
|
||||
bind_out->type = 1; // Done
|
||||
QueuePacket(outapp);
|
||||
bind_out->type = 0;
|
||||
|
||||
Reference in New Issue
Block a user