











📁 World of Warcraft/
│
├── 🔧 Wow.exe (y otros archivos del juego)
│
├── 📁 Data/
│ │ └── Pon aquí los parches de actualización
│ │
│ └─ 📁 esES/ (o esMX)
│ │
│ ├── 📁 Documentation
│ │ └── Contiene manuales para los que juegan al WOW por primera vez
│ ├── 📁 Interface
│ │ └── Contiene archivos del juego
│ └── Todos los archivos de idioma
│
├── 📁 Interface/
│ └── 📁 Addons
│ └── Pon aquí los Addons
│
└── 📁 WTF/
└── Config.wtf
Asegúrate de que la primera línea sea exactamente así: 📁 World of Warcraft/
│
├── Wow.exe
├── viele .dll Dateien
│
├── 📁 Data/
│ │ ├── common.MPQ
│ │ ├── common-2.MPQ
│ │ ├── expansion.MPQ
│ │ ├── lichking.MPQ
│ │ ├── patch.MPQ
│ │ ├── patch-2.MPQ
│ │ ├── patch-3.MPQ
│ │ ├── patch-4.MPQ <-- Enthalten in KrigsGaldr Patch 1
│ │ └── patch-5.MPQ <-- Enthalten in KrigsGaldr Patch 1
│ │
│ └─ 📁 enUS/ (Oder deine Sprachinstallation)
│ │
│ ├── 📁 Documentation
│ │ └── Enthält Handbücher für WoW-Neulinge
│ ├── 📁 Interface
│ │ └── Enthält Spiel-Dateien in der angegebenen Sprache
│ ├── realmlist.wtf
│ └── Alle Sprachdateien deiner Sprache
│
├── 📁 Interface/
│ └── 📁 Addons
│ └── Hier Addons-Ordner ablegen
│
└── 📁 WTF/
└── Config.wtf









