Thread
:
Defiant?
View Single Post
#
2
06-09-2013, 10:05 PM
NatedogEZ
Developer
Join Date: Dec 2012
Posts: 515
SELECT le.* FROM items i
INNER JOIN lootdrop_entries le ON i.id = le.item_id
WHERE i.name like "Crude defiant%"
Change the WHERE clause to find the other types and just remove the rows all at once
NatedogEZ
View Public Profile
Send a private message to NatedogEZ
Find all posts by NatedogEZ