Just noticed a typo in the game_tele table. The location in WOW for Farstrider Retreat is mispelled as 'FarstriderRetrear' when it should be 'FarstriderRetreat'

Here is the query I made to fix it.

UPDATE `game_tele` SET `name` = 'FarstriderRetreat' WHERE `id` = '367';

Thanks for the repack and continued support on it!