cyrex
12.12.2010, 17:33
If done this:
SELECT entry,title FROM quest_template WHERE title like '%[%' OR title like '%EPRECATE%' OR title like '%REUSE%' OR title like '%<NYI>%' OR title like '%<CHANGE TO GOSSIP>%' OR title like '%COPY' OR title like '%UNUSED%' OR title like '%<TXT>%' OR title like '%[PH]%';
You will find a little over 300 missions that are Deprecated, unused and other reasons to delete them. I am separating all queries so devs can have a look in an easy way. Tell me what you think of those missions found.
SELECT entry,title FROM quest_template WHERE title like '%[%' OR title like '%EPRECATE%' OR title like '%REUSE%' OR title like '%<NYI>%' OR title like '%<CHANGE TO GOSSIP>%' OR title like '%COPY' OR title like '%UNUSED%' OR title like '%<TXT>%' OR title like '%[PH]%';
You will find a little over 300 missions that are Deprecated, unused and other reasons to delete them. I am separating all queries so devs can have a look in an easy way. Tell me what you think of those missions found.