SQL Error: Table 'world.gameobject_questrelation' doesn't exist at /var/www/wowroad/wotlk/objects.php line 45
Array
(
    [code] => 1146
    [message] => Table 'world.gameobject_questrelation' doesn't exist
    [query] => 
			SELECT g.*, l.location  
				 , l.name_loc8 AS `name_loc` 
			FROM  gameobject_questrelation `q`,    gameobject_template g
				 LEFT JOIN (locales_gameobject l) ON l.entry=g.entry AND 1 
        LEFT JOIN aowow.aowow_locations l ON l.id = g.entry AND l.type = 2
			WHERE 
				g.name <> ''
				 
				 
				 
				
				
				
				  AND g.entry = q.`id` 
			ORDER by name
			 LIMIT 300 
		
    [context] => /var/www/wowroad/wotlk/objects.php line 45
)