Quest List bug [1377]

Posts from previous Beta sessions

Quest List bug [1377]

Postby Samadhi » Tue Oct 09, 2007 2:43 am

When selecting the "filter by zone" option on the quest list, the name of the quest isn't being displayed. The information is being retrieved from the database, however it's not being added to the quest_tags array for display.

I added:
Code: Select all
if ($row['quest_name'])
{
     $quest_tags[] = $row['quest_name'];
}

immediately after:
Code: Select all
$quest_tags = '';
$tagstring = ' ';

This allows the quest name to display.
Image
User avatar
Samadhi
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 114
Joined: Mon Jul 17, 2006 10:38 pm
Location: NJ, USA

Return to Archived

Who is online

Users browsing this forum: No registered users and 1 guest

cron