do shell script "-n '/Applications/World of Warcraft/World of Warcraft.app'"
In Applescript strings \ is used to ‘escape’ double quotes, so that you can use them. You can escape the escape character, but it gets confusing. Much easier to add quotations around the file path.
If the application path is taken from a variable you can use ‘quoted form of’ to add the quotes correctly.