Closed TheWinchesters closed 4 years ago
Is it a good idea to add this line in quest.php? Line 927: $this->unavailable = $this->subject->getField('cuFlags') & CUSTOM_UNAVAILABLE;
$this->unavailable = $this->subject->getField('cuFlags') & CUSTOM_UNAVAILABLE;
So, the page will show the red message "This quest was marked as obsolete and can not be obtained or completed."
this works correctly for the majority of cases..?
Is it a good idea to add this line in quest.php? Line 927:
$this->unavailable = $this->subject->getField('cuFlags') & CUSTOM_UNAVAILABLE;
So, the page will show the red message "This quest was marked as obsolete and can not be obtained or completed."