├── .gitattributes ├── .gitignore ├── DBFilesClient └── Map.dbc ├── README.md ├── World └── Maps │ └── CustomMaps │ ├── CustomMaps.wdt │ ├── CustomMaps_25_57.adt │ ├── CustomMaps_25_58.adt │ ├── CustomMaps_26_57.adt │ ├── CustomMaps_26_58.adt │ ├── CustomMaps_48_13.adt │ ├── CustomMaps_49_12.adt │ ├── CustomMaps_49_13.adt │ ├── CustomMaps_49_14.adt │ ├── CustomMaps_50_12.adt │ └── CustomMaps_50_13.adt └── patch-Z.MPQ /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/.gitignore -------------------------------------------------------------------------------- /DBFilesClient/Map.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/DBFilesClient/Map.dbc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/README.md -------------------------------------------------------------------------------- /World/Maps/CustomMaps/CustomMaps.wdt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/World/Maps/CustomMaps/CustomMaps.wdt -------------------------------------------------------------------------------- /World/Maps/CustomMaps/CustomMaps_25_57.adt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/World/Maps/CustomMaps/CustomMaps_25_57.adt -------------------------------------------------------------------------------- /World/Maps/CustomMaps/CustomMaps_25_58.adt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/World/Maps/CustomMaps/CustomMaps_25_58.adt -------------------------------------------------------------------------------- /World/Maps/CustomMaps/CustomMaps_26_57.adt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/World/Maps/CustomMaps/CustomMaps_26_57.adt -------------------------------------------------------------------------------- /World/Maps/CustomMaps/CustomMaps_26_58.adt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/World/Maps/CustomMaps/CustomMaps_26_58.adt -------------------------------------------------------------------------------- /World/Maps/CustomMaps/CustomMaps_48_13.adt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/World/Maps/CustomMaps/CustomMaps_48_13.adt -------------------------------------------------------------------------------- /World/Maps/CustomMaps/CustomMaps_49_12.adt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/World/Maps/CustomMaps/CustomMaps_49_12.adt -------------------------------------------------------------------------------- /World/Maps/CustomMaps/CustomMaps_49_13.adt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/World/Maps/CustomMaps/CustomMaps_49_13.adt -------------------------------------------------------------------------------- /World/Maps/CustomMaps/CustomMaps_49_14.adt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/World/Maps/CustomMaps/CustomMaps_49_14.adt -------------------------------------------------------------------------------- /World/Maps/CustomMaps/CustomMaps_50_12.adt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/World/Maps/CustomMaps/CustomMaps_50_12.adt -------------------------------------------------------------------------------- /World/Maps/CustomMaps/CustomMaps_50_13.adt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/World/Maps/CustomMaps/CustomMaps_50_13.adt -------------------------------------------------------------------------------- /patch-Z.MPQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotCoffee418/Custom-Maps/HEAD/patch-Z.MPQ --------------------------------------------------------------------------------