Skip to content

Commit f0a9420

Browse files
authored
Update data to v19 (#1136)
1 parent 199713b commit f0a9420

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/debian12-install-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ git -C ~/azerothcore/modules clone https://github.com/azerothcore/mod-anticheat
164164
```bash
165165
rm -rf ~/server/data &&
166166
mkdir -p ~/server/data && cd ~/server/data &&
167-
wget https://github.com/wowgaming/client-data/releases/download/v18.0/data.zip &&
167+
wget https://github.com/wowgaming/client-data/releases/download/v19/data.zip &&
168168
7z x data.zip && rm data.zip
169169
```
170170
### Build Core

docs/linux-server-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Some files are optional but highly recommended:
2727

2828
If you intend to use an enUS client you can download the data files below. If you intend to use any other language client you will need to [extract](#option-2-extract-files-yourself) the data yourself.
2929

30-
<a class="no-icon" href="https://github.com/wowgaming/client-data/releases/" target="_blank"><i class="fa-solid fa-download"></i> Data files enUS (AC Data v18)</a>
30+
<a class="no-icon" href="https://github.com/wowgaming/client-data/releases/" target="_blank"><i class="fa-solid fa-download"></i> Data files enUS (AC Data v19)</a>
3131

3232
1. Download archive `data.zip`.
3333

docs/macos-server-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Some files are optional but highly recommended:
2626

2727
If you intend to use an enUS client you can download the data files below. If you intend to use any other language client you will need to [extract](#option-2-extract-files-yourself) the data yourself.
2828

29-
<a class="no-icon" href="https://github.com/wowgaming/client-data/releases/" target="_blank"><i class="fa-solid fa-download"></i> Data files enUS (AC Data v18)</a>
29+
<a class="no-icon" href="https://github.com/wowgaming/client-data/releases/" target="_blank"><i class="fa-solid fa-download"></i> Data files enUS (AC Data v19)</a>
3030

3131
1. Download the files above.
3232

docs/windows-server-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Some files are optional but highly recommended:
2626

2727
If you intend to use an enUS client you can download the data files below. If you intend to use any other language client you will need to [extract](#option-2-extract-files-yourself) the data yourself.
2828

29-
<a class="no-icon" href="https://github.com/wowgaming/client-data/releases/" target="_blank"><i class="fa-solid fa-download"></i> Data files enUS (AC Data v18)</a>
29+
<a class="no-icon" href="https://github.com/wowgaming/client-data/releases/" target="_blank"><i class="fa-solid fa-download"></i> Data files enUS (AC Data v19)</a>
3030

3131
1. Download the files above.
3232

0 commit comments

Comments
 (0)