Quote:
Originally Posted by Tripple2
YES NOT ANY NPC HAVE 
|
Coz your query string is wrong, when using "
LIKE" to search "
keyword" that in name, u must wrap it in
% and %
example:
Code:
SELECT * FROM dbo._RefShopGoods WHERE RefPackageItemCodeName LIKE '%ITEM_NURSIS_GODBLESS%'
=>it will show all item, which contain "
ITEM_NURSIS_GODBLESS" in
RefPackageItemCodeName
Try again, and show your result here.