Guessing you made an iksar and your common tongue is not maxed... Just make a quest on an NPC or in the global_player.pl that maxes out common tongue for people.
Inside global_player.pl this is what I do
Code:
sub EVENT_CONNECT {
quest::setlanguage(0,100);
}