We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4043901 commit 911efb9Copy full SHA for 911efb9
app/Models/SC/Item/Item.php
@@ -123,7 +123,7 @@ static function (Builder $builder) {
123
->where('sc_items.class_name', 'NOT LIKE', '%\_gungame%')
124
->where('sc_items.class_name', 'NOT LIKE', '%\_active%')
125
->where('sc_items.class_name', 'NOT LIKE', '%\_ea\_%')
126
- ->where('sc_items.class_name', 'NOT LIKE', '%placeholder%')
+ //->where('sc_items.class_name', 'NOT LIKE', '%placeholder%') Banu Shield
127
->where('sc_items.class_name', 'NOT LIKE', 'weaponmount\_%')
128
->where('sc_items.class_name', 'NOT LIKE', '%ea\_elim')
129
->where('sc_items.class_name', 'NOT LIKE', '%\_resistgasclouds')
0 commit comments