

📁 World of Warcraft/
│
├── 🔧 Wow.exe (und andere Spiel-Dateien)
│
├── 📁 Data/
│ │ └── Hier Update-Patches ablegen
│ │
│ └─ 📁 deDE/
│ │
│ ├── 📁 Documentation
│ │ └── Enthält Handbücher für WoW-Neulinge
│ ├── 📁 Interface
│ │ └── Enthält Spiel-Dateien
│ └── Alle Sprachdateien
│
├── 📁 Interface/
│ └── 📁 Addons
│ └── Hier Addons ablegen
│
└── 📁 WTF/
└── Config.wtf
Stell sicher, dass die erste Zeile genau so aussieht: 📁 World of Warcraft/
│
├── Wow.exe
├── lots of .dll files
│
├── 📁 Data/
│ │ ├── common.MPQ
│ │ ├── common-2.MPQ
│ │ ├── expansion.MPQ
│ │ ├── lichking.MPQ
│ │ ├── patch.MPQ
│ │ ├── patch-2.MPQ
│ │ ├── patch-3.MPQ
│ │ ├── patch-4.MPQ <-- Included in KrigsGaldr Patch 1
│ │ └── patch-5.MPQ <-- Included in KrigsGaldr Patch 1
│ │
│ └─ 📁 enUS/ (Or your language install)
│ │
│ ├── 📁 Documentation
│ │ └── Contains Manuals for first time Players of WOW
│ ├── 📁 Interface
│ │ └── Contains game files in the specified language
│ ├── realmlist.wtf
│ └── All language files of your language
│
├── 📁 Interface/
│ └── 📁 Addons
│ └── Place Addons folders here
│
└── 📁 WTF/
└── Config.wtf












📁 World of Warcraft/
│
├── 🔧 Wow.exe (and other game files)
│
├── 📁 Data/
│ │ └── Place update patches here
│ │
│ └─ 📁 enUS/
│ │
│ ├── 📁 Documentation
│ │ └── Contains Manuals for first time Players of WOW
│ ├── 📁 Interface
│ │ └── Contains game files
│ └── All language files
│
├── 📁 Interface/
│ └── 📁 Addons
│ └── Place Addons here
│
└── 📁 WTF/
└── Config.wtf
Make sure the first line looks exactly like this: