Jump to content

[share] Handy SQL Updates


Recommended Posts

  • 4 months later...
  • 2 weeks later...

Delete an Item from the players inventory:

Code:

 

-- Only use this when something realy wrong is going on because in every inventory this item will be deleted!

DELETE FROM items WHERE item_id = 'ITEM ID';

 

 

So u cant delete one item only from one char?

Link to comment
Share on other sites

Only use this when something realy wrong is going on because in every inventory this item will be deleted

 

I think use ID Item from  log for delete

not item ID SQL.

 

if using DELETE FROM items WHERE item_id = 'ITEM ID'; delete all char inventory

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock