It is important on Nostalrius as the items are currently in a pre-nerf state that you regularly clear your cache to ensure all data used by your client is current data from the server.
Here is a BAT file for you to use to clear your cache and launch the game every time you play. To create a BAT file, simply create a new text document in Notepad or TextEdit and save the file with a '.bat' extension, and change the filetype from “.txt” to “all files”. I saved mine as 'Game_Launch.bat'. Just place the file in your root WoW Folder:
- Code: Select all
@echo off
rd /s /Q "WDB"
start WoW.exe
exit